mult1mate\crontab_tests\TaskLoaderTest::testLoadControllerExceptions PHP Метод

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

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