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 857a040 commit 1b31cd1Copy full SHA for 1b31cd1
tests/TestBase.php
@@ -6,6 +6,9 @@ abstract class TestBase extends \PHPUnit_Framework_TestCase
6
public static function setUpBeforeClass()
7
{
8
$name = static::getEngineName();
9
+ if (!class_exists('Mevdschee\PhpCrudApi\Tests\Config')) {
10
+ die("Configuration in 'Config.php' not found.\n");
11
+ }
12
if (!Config::$config || !isset(Config::$config[$name])) {
13
self::markTestSkipped("Configuration in 'Config.php' not found.");
14
}
0 commit comments