N98\Util\AutoloadHandlerTest::creation PHP Метод

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

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