コード例 #1
0
ファイル: StackTest.php プロジェクト: robo47/BlazeFramework
 public function testSearch()
 {
     // Remove the following lines when you implement this test.
     $this->assertTrue($this->object->search(5) == 6);
     $this->assertTrue(!$this->object->search(555));
 }