Esempio n. 1
0
 /**
  * Test case
  */
 public function testStaticCall()
 {
     if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
         $this->assertInstanceOf('Enlight_Controller_Front', Enlight_Application::Front());
     }
 }