1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/tests/Doctrine/Tests/ORM
Matteo Beccati c816d375e8 Add missing group to DDC2660Test.php
With the current PHPUnit version and PHP 7.2/master, the test fails with:

1) Doctrine\Tests\ORM\Functional\Ticket\DDC2660Test::testIssueWithExtraColumn
array_flip(): Can only flip STRING and INTEGER values!

2) Doctrine\Tests\ORM\Functional\Ticket\DDC2660Test::testIssueWithoutExtraColumn
array_flip(): Can only flip STRING and INTEGER values!

Due to the group being NULL vs "" on older PHP versions.

I will also file a bug report or fix to PHPUnit and/or PHP itself, but it sounds
like the missing group was just a typo.
2017-01-24 12:46:19 +01:00
..
Cache Optimization. Multiple get in QueryCache 2017-01-16 23:02:23 +01:00
Decorator Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Entity Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Event Make test suite compatible with PHPUnit 5.4. 2016-06-18 13:01:59 +02:00
Functional Add missing group to DDC2660Test.php 2017-01-24 12:46:19 +01:00
Hydration Remove commented code that seems to not be important 2016-12-08 18:16:11 +01:00
Id Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Internal Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Mapping Remove commented code that seems to not be important 2016-12-08 18:16:11 +01:00
Performance Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Persisters Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Proxy Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Query Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Repository Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Tools Remove old "CLASSNAME" constants from test models 2016-12-08 18:15:48 +01:00
Utility Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
CommitOrderCalculatorTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
ConfigurationTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
EntityManagerTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
EntityNotFoundExceptionTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
LazyCriteriaCollectionTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
ORMInvalidArgumentExceptionTest.php #6017 test coverage for ORMInvalidArgumentException::invalidEntityName 2016-11-27 18:36:48 +01:00
PersistentCollectionTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
QueryBuilderTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
UnitOfWorkTest.php #6174 #5570 removed unused imports 2016-12-18 15:46:49 +01:00