Exemplo n.º 1
0
 /**
  * Test if the NULL will be returned for an invalid manager request.
  *
  * @return void
  */
 public function testGetInvalidManager()
 {
     $this->assertNull($this->application->getManager(MockManager::IDENTIFIER));
 }