Fix PHPUnit tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
eefae542b7
commit
10357465de
@ -394,7 +394,7 @@ class DatabasesController extends AbstractController
|
||||
$database['SCHEMA_NAME'],
|
||||
true
|
||||
),
|
||||
'is_pmadb' => $database['SCHEMA_NAME'] === $cfg['Server']['pmadb'],
|
||||
'is_pmadb' => $database['SCHEMA_NAME'] === ($cfg['Server']['pmadb'] ?? ''),
|
||||
'url' => $url,
|
||||
];
|
||||
$collation = Charsets::findCollationByName(
|
||||
|
||||
@ -9,11 +9,6 @@
|
||||
<testsuite name="Classes">
|
||||
<directory suffix="Test.php">test/classes</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Unit">
|
||||
<file>test/classes/EnvironmentTest.php</file>
|
||||
<directory suffix="Test.php">test/libraries/common</directory>
|
||||
<directory suffix="Test.php">test/libraries</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Selenium">
|
||||
<directory suffix="Test.php">test/selenium</directory>
|
||||
</testsuite>
|
||||
|
||||
@ -9,11 +9,6 @@
|
||||
<testsuite name="Classes">
|
||||
<directory suffix="Test.php">test/classes</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Unit">
|
||||
<file>test/classes/EnvironmentTest.php</file>
|
||||
<directory suffix="Test.php">test/libraries/common</directory>
|
||||
<directory suffix="Test.php">test/libraries</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Selenium">
|
||||
<directory suffix="Test.php">test/selenium</directory>
|
||||
</testsuite>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user