Unused variable

This commit is contained in:
Pierre Rudloff 2017-04-25 21:49:19 +02:00
parent e9e0f6ca81
commit 71978e54e2

View file

@ -70,7 +70,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
*/ */
public function testGetInstanceWithEmptyFile() public function testGetInstanceWithEmptyFile()
{ {
$config = Config::getInstance(''); Config::getInstance('');
} }
/** /**