We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6772bf4 commit 718f8d7Copy full SHA for 718f8d7
tests/Database/connect.inc.php
@@ -7,11 +7,7 @@
7
require __DIR__ . '/../bootstrap.php';
8
9
10
-try {
11
- $options = Tester\Environment::loadData() + ['user' => NULL, 'password' => NULL];
12
-} catch (Exception $e) {
13
- Tester\Environment::skip($e->getMessage());
14
-}
+$options = Tester\Environment::loadData() + ['user' => NULL, 'password' => NULL];
15
16
try {
17
$connection = new Nette\Database\Connection($options['dsn'], $options['user'], $options['password']);
0 commit comments