Extension\ResourceTest::testTypeOffResource PHP Méthode

testTypeOffResource() public méthode

public testTypeOffResource ( )
    public function testTypeOffResource()
    {
        $t = new \Test\ResourceTest();
        $this->assertSame('resource', $t->testTypeOffResource());
    }