Esempio n. 1
0
 /**
  * @test
  */
 public function parseMultiLineComment()
 {
     $this->assertEquals(' yes', \Kss\CommentParser::parseMultiLineComment('/* yes */'));
 }