1 | <?php |
||
9 | final class RulesetFileSystemTest extends PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @var RulesetFileSystemInterface |
||
13 | */ |
||
14 | private $rulesetFileSystem; |
||
15 | |||
16 | protected function setUp() |
||
20 | |||
21 | public function testDetectUnderscoreLowercaseFromSniffClasses() |
||
26 | |||
27 | /** |
||
28 | * @expectedException \Exception |
||
29 | */ |
||
30 | public function testFailOnMissingStandard() |
||
34 | } |
||
35 |