parseAuthorString('John Smith '); } function testParseInvalidAuthorString() { $command = new InitCommand; $this->setExpectedException('InvalidArgumentException'); $command->parseAuthorString(''); } }