Extension\TypeoffTest::testNativeInt PHP Метод

testNativeInt() публичный Метод

public testNativeInt ( )
    public function testNativeInt()
    {
        $t = new \Test\Typeoff();
        $this->assertFalse($t->testNativeIntFalse());
        $this->assertTrue($t->testNativeIntTrue());
    }