Exemplo n.º 1
0
 /** 
  * @test
  * @depends toString
  * @depends comment
  */
 public function setSilkwormClassAlias()
 {
     Silkworm::setSilkwormAlias("HyperTextGenerator");
     $html = new HyperTextGenerator();
     $this->assertSame("<!-- this is a comment -->\n", $html->comment("this is a comment"), "Failed to convert interface to string.");
 }