Pulsestorm\Pestle\Tests\CommandExistsTest::testCommandsExistclass_from_path PHP Метод

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

    function testCommandsExistclass_from_path()
    {
        $results = $this->runHelpCommand('class_from_path');
        $this->assertContains('Description', $results);
    }