Fix undefined constant in config example file
This commit is contained in:
9
tests/configtest/DefaultConfigFileTest.php
Normal file
9
tests/configtest/DefaultConfigFileTest.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class DefaultConfigFileTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testThatFileCanBeImported()
|
||||
{
|
||||
$this->assertNotFalse(include __DIR__.'/../../config.default.php');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user