1
0
Fork 0
mirror of synced 2025-03-30 11:40:15 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Tools/Console/Command
Marco Pivetta 342ab2f7f1 Correcting minor test case incompatibility with XDebug 2.4.x
In PHP 5.x + XDebug < 2.4, the output would be "string:..."
In PHP 7.x + XDebug >= 2.4, the output would be "the/file/name.php:11:string:..."

This is an improvement in XDebug that is quite annoying for our purposes, but is actually welcome to most users anyway.

This commit simply fixes that incompatibility
2015-12-11 19:15:48 +01:00
..
ClearCacheCollectionRegionCommandTest.php Fix tests for SLC console commands failing due to comparison with decorated console output. 2015-03-20 13:45:49 -04:00
ClearCacheEntityRegionCommandTest.php Fix tests for SLC console commands failing due to comparison with decorated console output. 2015-03-20 13:45:49 -04:00
ClearCacheQueryRegionCommandTest.php Fix tests for SLC console commands failing due to comparison with decorated console output. 2015-03-20 13:45:49 -04:00
ConvertDoctrine1SchemaCommandTest.php Fixed the testsuite 2012-11-03 17:07:56 +01:00
GenerateRepositoriesCommandTest.php Unit Tests && simple fixes 2014-09-07 18:26:09 +03:00
InfoCommandTest.php #1120 - applying CS fixes as per @dantleech's review 2014-10-19 19:56:21 +02:00
MappingDescribeCommandTest.php #1120 - test coverage annotations 2014-10-19 18:22:28 +02:00
RunDqlCommandTest.php Correcting minor test case incompatibility with XDebug 2.4.x 2015-12-11 19:15:48 +01:00