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 db550a2..b612442 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php
@@ -32,7 +32,6 @@ class FragmentTest extends WebTestCase
     {
         return [
             [false],
-            [true],
         ];
     }
 }
diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
index c5252c0..ec8820e 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php
@@ -40,7 +40,6 @@ class ProfilerTest extends WebTestCase
     {
         return [
             [false],
-            [true],
         ];
     }
 }
diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
index aad3d77..115a392 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php
@@ -146,7 +146,6 @@ class SessionTest extends WebTestCase
     {
         return [
             // configfile, insulate
-            ['config.yml', true],
             ['config.yml', false],
         ];
     }
