diff --git a/composer.json b/composer.json index 9297c9f9..908cbeb9 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "psr/log": "~1.0", - "phpcr/phpcr-api-tests": "2.1.11", + "phpcr/phpcr-api-tests": "2.1.13", "phpunit/phpunit": "4.7.*", "phpunit/dbunit": "~1.3" }, diff --git a/tests/ImplementationLoader.php b/tests/ImplementationLoader.php index 38c81f03..e47f0839 100644 --- a/tests/ImplementationLoader.php +++ b/tests/ImplementationLoader.php @@ -67,6 +67,8 @@ protected function __construct(Connection $connection, $fixturePath) 'Query\\QueryManagerTest::testGetQuery', 'Query\\QueryManagerTest::testGetQueryInvalid', 'Query\\QueryObjectSql2Test::testGetStoredQueryPath', + // TODO: implement CAST, see also https://github.com/jackalope/jackalope-doctrine-dbal/issues/267 + 'Query\QuerySql2OperationsTest::testQueryFieldDate', // TODO fix handling of order by with missing properties 'Query\QuerySql2OperationsTest::testQueryOrderWithMissingProperty',