Eris\PHPUnitCommandTest::testItCanComposeFrom PHP Method

testItCanComposeFrom() public method

public testItCanComposeFrom ( $name, $fullString )
    public function testItCanComposeFrom($name, $fullString)
    {
        $command = PHPUnitCommand::fromSeedAndName(42, $name);
        $this->assertEquals($fullString, $command->__toString());
    }