コード例 #1
0
 /**
  * Test that the application has the correct name and version.
  */
 public function testApplicationNameAndVersion()
 {
     $application = new Application();
     $this->assertSame(Application::NAME, $application->getName());
     $this->assertSame(Application::VERSION, $application->getVersion());
 }