Example #1
0
 public function testGetPluginsReturnsNothing()
 {
     $broker = new RouteBroker();
     $this->assertNull($broker->getPlugins());
 }