Example #1
0
 public function testGetLongVersion()
 {
     $application = new Application('foo', 'bar');
     $this->assertEquals('<info>foo</info> version <comment>bar</comment>', $application->getLongVersion(), '->getLongVersion() returns the long version of the application');
 }