Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Mar 24, 2024
1 parent f438854 commit e4fc241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Database/DatabaseCockroachDbBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ public function test_drop_all_tables_when_search_path_is_string()

public function test_drop_all_tables_when_search_path_is_string_of_many()
{
$this->skipIfOlderThan('11.0.0');

$connection = $this->getConnection();
$connection->shouldReceive('getConfig')->with('username')->andReturn('foouser');
$connection->shouldReceive('getConfig')->with('search_path')->andReturn('"$user", public, foo_bar-Baz.Áüõß');
Expand Down

0 comments on commit e4fc241

Please sign in to comment.