Exemplo n.º 1
0
 public function testPrefixes2()
 {
     $this->assertEquals(array("JooS"), $this->_broker->getPrefixes());
     $this->_broker->prependPrefix("JooS\\Helper");
     $this->assertEquals(array("JooS\\Helper", "JooS"), $this->_broker->getPrefixes());
 }