コード例 #1
0
 public function testUnRegister()
 {
     EasyRdf_Format::unregister('my');
     $this->assertFalse(EasyRdf_Format::formatExists('my'));
 }
コード例 #2
0
ファイル: FormatTest.php プロジェクト: nhukhanhdl/easyrdf
 public function testFormatExistsFalse()
 {
     assert(!EasyRdf_Format::formatExists('testFormatExistsFalse'));
 }
コード例 #3
0
 public function testUnRegister()
 {
     EasyRdf_Format::unregister('my');
     assert(!EasyRdf_Format::formatExists('my'));
 }