Example #1
0
 /**
  *
  */
 public function testFoot()
 {
     ob_start();
     Chrome::outputFoot();
     $a = ob_get_clean();
     $this->assertRegExp('#^</html>\\s*$#s', $a);
 }