コード例 #1
0
ファイル: DebugTest.php プロジェクト: ridhoq/mxpi-twitter
 /**
  * Testing testGetPointer().
  */
 public function testGetPointer()
 {
     $stackPointer = $this->object->getPointer();
     $this->assertInternalType('int', $stackPointer);
 }