Extension\TypeoffTest::testNativeDouble PHP Method

testNativeDouble() public method

public testNativeDouble ( )
    public function testNativeDouble()
    {
        $t = new \Test\Typeoff();
        $this->assertTrue($t->testNativeDoubleTrue());
    }