/**
  * Test if the getter for the user works.
  *
  * @return void
  */
 public function testGetUser()
 {
     $this->assertSame(ApplicationTest::USER, $this->application->getUser());
 }