JBZoo\PHPUnit\CompareTest::testUndefined PHP Method

testUndefined() public method

public testUndefined ( )
    public function testUndefined()
    {
        val('usd')->compare(0, 'undefined');
    }