Skip to content

Commit 97f5791

Browse files
committed
Last one for Laravel 10 and above
1 parent e4fc241 commit 97f5791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Database/DatabaseCockroachDbBuilderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public function test_drop_database_if_exists()
5252

5353
public function test_has_table_when_schema_unqualified_and_search_path_missing()
5454
{
55+
$this->skipIfOlderThan('10.0.0');
56+
5557
$connection = $this->getConnection();
5658
$connection->shouldReceive('getConfig')->with('search_path')->andReturn(null);
5759
$connection->shouldReceive('getConfig')->with('schema')->andReturn(null);

0 commit comments

Comments
 (0)