Use test database in database check test

This commit is contained in:
Robbie Averill 2018-05-03 10:57:34 +12:00
parent e5651c429c
commit 250c8d2e00
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* @mixin PHPUnit_Framework_TestCase
*/
class DatabaseCheckTest extends SapphireTest {
protected $usesDatabase = true;
public function testCheckReportsValidConnection() {
$check = new DatabaseCheck();