mult1mate\crontab_tests\TaskLoaderTest::testLoadControllerExceptions PHP 메소드

testLoadControllerExceptions() 공개 메소드

    public function testLoadControllerExceptions()
    {
        $this->setExpectedException('mult1mate\\crontab\\TaskManagerException');
        TaskLoader::setClassFolder(__DIR__);
        TaskLoader::loadController('MockClass');
    }