Kelunik\AcmeClient\FunctionsTest::testSuggestCommand PHP Method

testSuggestCommand() public method

public testSuggestCommand ( )
    public function testSuggestCommand()
    {
        $this->assertSame("acme", suggestCommand("acme!", ["acme"]));
        $this->assertSame("", suggestCommand("issue", ["acme"]));
    }