コード例 #1
0
ファイル: ExtensionTest.php プロジェクト: shupp/openid
 /**
  * testGetNameSpace 
  * 
  * @return void
  */
 public function testGetNameSpace()
 {
     $this->assertSame($this->object->getNamespace(), 'http://example.com/mock');
 }