コード例 #1
0
 /**
  * Test if the getter/setter for the application name works.
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals(ApplicationTest::NAME, $this->application->getName());
 }