Example #1
0
 /**
  * @description Testing provider for namespace dummy
  */
 function providertest()
 {
     $this->co = ContentManager::get('dummy:hello-world');
     $this->assertNotNull($this->co);
     $this->assertEquals($this->co->getHtml(), 'hello-world');
 }