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

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

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