JBZoo\PHPUnit\ConfigTest::testWrongDefault PHP Method

testWrongDefault() public method

public testWrongDefault ( )
    public function testWrongDefault()
    {
        new Money(null, new ConfigTestWrong());
    }