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

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

public testNativeBool ( )
    public function testNativeBool()
    {
        $t = new \Test\Typeoff();
        $this->assertFalse($t->testNativeBoolFalse());
        $this->assertTrue($t->testNativeBoolTrue());
        $this->assertFalse($t->testNotBoolTrue());
    }