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

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

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