Esempio n. 1
0
 /**
  * @test
  */
 public function isNotSingleLineComment()
 {
     $this->assertFalse(\Kss\CommentParser::isSingleLineComment('no'));
 }