mult1mate\crontab_tests\TaskLoaderTest::testGetControllerMethodsExceptions PHP Method

testGetControllerMethodsExceptions() public method

    public function testGetControllerMethodsExceptions()
    {
        $this->setExpectedException('mult1mate\\crontab\\TaskManagerException');
        TaskLoader::getControllerMethods('/mocks/');
    }