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 76db854 commit 373d417Copy full SHA for 373d417
test/core/DbConnectionTest.class.php
@@ -15,7 +15,7 @@ public function testPostgresql()
15
{
16
try {
17
$link = DBPool::me()->getLink('badLink');
18
- $this->assertFalse(true, 'Unreachable code');
+ $this->fail('Unreachable code');
19
} catch(Exception $e) {
20
$this->assertInstanceOf('DatabaseException', $e);
21
}
0 commit comments