Skip to content

Commit

Permalink
tests upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Mar 31, 2016
1 parent 3d39756 commit cc471bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/DataSourceSupportTest.php
Expand Up @@ -52,6 +52,7 @@ public function testDatabaseQueryBuilderWithPreCondition()
DB
::table('test_users')
->where('name', '=', 'David')
->orderBy('id')
);
self::assertEquals(
1,
Expand Down

0 comments on commit cc471bb

Please sign in to comment.