Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc
<?php
class Test{
    public function testOne(){
     ?>
     <p>some html here</p>
    <?php
   }
}

class Test{

}