Skip to content

Commit cc471bb

Browse files
committed
tests upd.
1 parent 3d39756 commit cc471bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/DataSourceSupportTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function testDatabaseQueryBuilderWithPreCondition()
5252
DB
5353
::table('test_users')
5454
->where('name', '=', 'David')
55+
->orderBy('id')
5556
);
5657
self::assertEquals(
5758
1,

0 commit comments

Comments
 (0)