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 e4fc241 commit 97f5791Copy full SHA for 97f5791
tests/Database/DatabaseCockroachDbBuilderTest.php
@@ -52,6 +52,8 @@ public function test_drop_database_if_exists()
52
53
public function test_has_table_when_schema_unqualified_and_search_path_missing()
54
{
55
+ $this->skipIfOlderThan('10.0.0');
56
+
57
$connection = $this->getConnection();
58
$connection->shouldReceive('getConfig')->with('search_path')->andReturn(null);
59
$connection->shouldReceive('getConfig')->with('schema')->andReturn(null);
0 commit comments