Gush\Tests\Command\Issue\IssueShowCommandTest::it_shows_issue PHP Метод

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

public it_shows_issue ( )
    public function it_shows_issue()
    {
        $tester = $this->getCommandTester(new IssueShowCommand());
        $tester->execute(['issue' => 60]);
        $this->assertCommandOutputMatches(['Issue #60 - Write a behat test to launch strategy by weaverryan [open]', 'Org/Repo: gushphp/gush', 'Link: https://github.com/gushphp/gush/issues/60', 'Labels: actionable, easy pick', 'Milestone: v1.0', 'Assignee: cordoval', 'Help me conquer the world. Teach them to use Gush.'], $tester->getDisplay());
    }