Example #1
0
 public function testPyramid()
 {
     $test = new test1();
     $result = $test->fortest();
     // echo $result;  die;
     $output = '';
     $this->assertTrue($result);
     $this->assertEquals($output, $result);
 }