public function testUnRegister()
 {
     EasyRdf_Format::unregister('my');
     $this->assertFalse(EasyRdf_Format::formatExists('my'));
 }
예제 #2
0
 public function testFormatExistsFalse()
 {
     assert(!EasyRdf_Format::formatExists('testFormatExistsFalse'));
 }
 public function testUnRegister()
 {
     EasyRdf_Format::unregister('my');
     assert(!EasyRdf_Format::formatExists('my'));
 }