Unused variable
This commit is contained in:
parent
e9e0f6ca81
commit
71978e54e2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
|
||||||
*/
|
*/
|
||||||
public function testGetInstanceWithEmptyFile()
|
public function testGetInstanceWithEmptyFile()
|
||||||
{
|
{
|
||||||
$config = Config::getInstance('');
|
Config::getInstance('');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue