예제 #1
0
 /**
  * @testdox  Test that addCustomTag returns an instance of $this
  */
 public function testEnsureAddCustomTagReturnsThisObject()
 {
     $this->assertSame($this->object, $this->object->addCustomTag("\t  <script>var html5 = true;</script>\r\n"));
 }