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

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

    public function testLoadControllerExceptionsFile()
    {
        $this->setExpectedException('mult1mate\\crontab\\TaskManagerException');
        TaskLoader::setClassFolder(__DIR__ . '/wrong_mocks');
        TaskLoader::loadController('FileWithoutClass');
    }