N98\Util\AutoloadHandlerTest::creation PHP Method

creation() public method

public creation ( )
    public function creation()
    {
        $handler = $this->create(null);
        $this->assertInstanceOf(__NAMESPACE__ . '\\AutoloadHandler', $handler);
        $this->assertInternalType('callable', $handler);
    }