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

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

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