Skip to content

Commit 51ba29e

Browse files
symfony/polyfill-ctype is no longer pulled in
1 parent 8d98655 commit 51ba29e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

build.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,6 @@
314314
</fileset>
315315
</copy>
316316

317-
<copy file="${basedir}/vendor/symfony/polyfill-ctype/LICENSE" tofile="${basedir}/build/tmp/phar/symfony-polyfill-ctype/LICENSE"/>
318-
<copy todir="${basedir}/build/tmp/phar/symfony-polyfill-ctype">
319-
<fileset dir="${basedir}/vendor/symfony/polyfill-ctype">
320-
<include name="**/*.php" />
321-
</fileset>
322-
</copy>
323-
324317
<copy file="${basedir}/vendor/theseer/tokenizer/LICENSE" tofile="${basedir}/build/tmp/phar/theseer-tokenizer/LICENSE"/>
325318
<copy todir="${basedir}/build/tmp/phar/theseer-tokenizer">
326319
<fileset dir="${basedir}/vendor/theseer/tokenizer/src">

src/Framework/TestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,6 @@ private function createGlobalStateSnapshot(bool $backupGlobals): Snapshot
23212321
$blacklist->addClassNamePrefix('SebastianBergmann\Invoker');
23222322
$blacklist->addClassNamePrefix('SebastianBergmann\Timer');
23232323
$blacklist->addClassNamePrefix('PHP_Token');
2324-
$blacklist->addClassNamePrefix('Symfony');
23252324
$blacklist->addClassNamePrefix('Text_Template');
23262325
$blacklist->addClassNamePrefix('Doctrine\Instantiator');
23272326
$blacklist->addClassNamePrefix('Prophecy');

0 commit comments

Comments
 (0)