Exemplo n.º 1
0
 /**
  * Test default getPluginManager behavior
  *
  * @return void
  *
  * @expectedException        \Exception
  * @expectedExceptionMessage Plugin manager missing.
  */
 public function testMissingPluginManager()
 {
     $ca = new ChoiceAuth($this->getSessionContainer());
     $ca->getPluginManager();
 }
Exemplo n.º 2
0
 /**
  * Test default getPluginManager behavior
  *
  * @return void
  *
  * @expectedException        \Exception
  * @expectedExceptionMessage Plugin manager missing.
  */
 public function testMissingPluginManager()
 {
     $ca = new ChoiceAuth();
     $ca->getPluginManager();
 }