Minor cleanups

This commit is contained in:
Nicolas Grekas 2017-07-06 16:36:30 +03:00
parent 47ee1d53c1
commit 0bcc5afbda
2 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@
"symfony/asset": "<3.3",
"symfony/console": "<3.3",
"symfony/form": "<3.3",
"symfony/http-kernel": "<3.4",
"symfony/property-info": "<3.3",
"symfony/serializer": "<3.3",
"symfony/translation": "<3.4",

View File

@ -98,8 +98,6 @@ class ErrorHandlerTest extends TestCase
// dummy function to test trace in error handler.
private static function triggerNotice($that)
{
// dummy variable to check for in error handler.
$foobar = 123;
$that->assertSame('', $foo.$foo.$bar);
}