1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Tools
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
..
Console Correcting minor test case incompatibility with XDebug 2.4.x 2015-12-11 19:15:48 +01:00
doctrine1schema Removed onUpdate property on join columns 2011-06-28 15:50:14 -04:00
Export Merge pull request #1443 from meeuw/unsigned 2015-11-15 22:16:15 -05:00
Pagination Added non-functional tests for row number over function subselect expression fix; syntax fixes. 2015-07-17 13:24:19 +01: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 Merge pull request #1407 from aivus/patch-1 2015-11-06 23:11:42 -05: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 remove indexes overruled by primary key 2015-11-16 02:49:41 +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