Esempio n. 1
0
 public function __call($name, $arguments)
 {
     $this->wiser->getEnvironment()->callExtension($name, $arguments);
 }
Esempio n. 2
0
 public function testCreateInstanceWithEnvironment()
 {
     $wiser = new Wiser(new Environment());
     $this->assertTrue($wiser->getEnvironment() instanceof Environment);
 }