File: Drop-tests-data-throwing-a-RuntimeException-outside-a-Com.patch

package info (click to toggle)
symfony 7.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 129,560 kB
  • sloc: php: 1,503,693; xml: 6,816; javascript: 1,043; sh: 586; makefile: 241; pascal: 70
file content (47 lines) | stat: -rw-r--r-- 1,925 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Thu, 21 Sep 2017 06:54:56 -1000
Subject: Drop tests data throwing a RuntimeException outside a Composer
 environment

---
 src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php | 1 -
 src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php | 1 -
 src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php
index 48d5c32..148ab05 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php
@@ -41,7 +41,6 @@ TXT
     {
         return [
             [false],
-            [true],
         ];
     }
 
diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
index d782597..43b0eda 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
@@ -61,7 +61,6 @@ class ProfilerTest extends AbstractWebTestCase
     {
         return [
             [false],
-            [true],
         ];
     }
 }
diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
index 4c1b92c..5049b15 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
@@ -148,7 +148,6 @@ class SessionTest extends AbstractWebTestCase
     {
         return [
             // configfile, insulate
-            ['config.yml', true],
             ['config.yml', false],
         ];
     }