Skip to content

Commit

Permalink
update tests and skip date query test until implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 22, 2016
1 parent 2cc07cc commit be01dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 2 additions & 0 deletions tests/ImplementationLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit be01dd4

Please sign in to comment.