~ubuntu-branches/ubuntu/wily/php-codesniffer/wily

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-2.3.1/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc

  • Committer: Package Import Robot
  • Author(s): David Prévot, Greg Sherwood
  • Date: 2015-04-30 18:14:08 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150430181408-1lpm509oq0mo1mmi
Tags: 2.3.2-1
[ Greg Sherwood ]
Prepare for 2.3.2 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
class Test{
3
 
    public function testOne(){
4
 
     ?>
5
 
     <p>some html here</p>
6
 
    <?php 
7
 
   }
8
 
}
9
 
 
10
 
class Test{
11
 
 
12
 
}