JBZoo\PHPUnit\ConfigTest::testEmptyDefault PHP Method

testEmptyDefault() public method

public testEmptyDefault ( )
    public function testEmptyDefault()
    {
        is(null, Config::getDefault('undefined'));
    }