1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Tools
Marco Pivetta 6e3ce26429 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:35:28 +01:00
..
Console Correcting minor test case incompatibility with XDebug 2.4.x 2015-12-11 19:35:28 +01:00
doctrine1schema Removed onUpdate property on join columns 2011-06-28 15:50:14 -04:00
Export Fix attempt of traversing bool in FileLockRegion 2015-01-14 23:51:41 +01:00
Pagination Entity to test a mapped superclass 2015-09-21 09:32:54 +02:00
AttachEntityListenersListenerTest.php Event listener to programmatically attach entity listeners. 2013-11-18 15:03:00 -05:00
ConvertDoctrine1SchemaTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
EntityGeneratorTest.php fix EntityGenerator RegenerateEntityIfExists 2015-03-27 13:10:14 +02:00
EntityRepositoryGeneratorTest.php simple fixes 2014-09-10 01:07:22 +03:00
ResolveTargetEntityListenerTest.php #385 #1181 DDC-3385 - splitting test case to verify interface-first fetching of metadata (via fallback logic) 2015-01-13 20:38:01 +01:00
SchemaToolTest.php prevent duplicate unique index 2015-11-07 16:46:22 +00:00
SchemaValidatorTest.php Aligning expected exception test to typo fix in doctrine/doctrine2@b7d104d2a2, which was breaking the build 2014-10-23 07:01:59 +02:00
SetupTest.php set namespace in setup only on CacheProvider instances 2014-06-26 01:29:35 +02:00