Extension\ResourceTest::testTypeOffResource PHP Method

testTypeOffResource() public method

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