getROT13() public method

Returns ROT13-encoded version
public getROT13 ( string $key ) : mixed
$key string
return mixed
コード例 #1
0
ファイル: CageTest.php プロジェクト: funkatron/inspekt
 /**
  */
 public function testGetROT13()
 {
     $this->assertSame('<vzt vq="475">lrf</vzt>', $this->cage->getROT13('input'));
 }