Exemplo n.º 1
0
 /**
  * Test that iBundle\Base is instantiated.
  *
  * @return void
  */
 public function testValidClassInstance()
 {
     $this->assertTrue(iBundle::instance() instanceof iBundle\Driver);
 }