We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d39756 commit cc471bbCopy full SHA for cc471bb
tests/phpunit/DataSourceSupportTest.php
@@ -52,6 +52,7 @@ public function testDatabaseQueryBuilderWithPreCondition()
52
DB
53
::table('test_users')
54
->where('name', '=', 'David')
55
+ ->orderBy('id')
56
);
57
self::assertEquals(
58
1,
0 commit comments