Exemplo n.º 1
0
 protected function setUp()
 {
     Constants::init();
     $this->file = Tokenizer::tokenize('test.php', '<php print true; ?>');
     $this->result = new Result();
     $this->result->addFile('test.php');
     $this->rule = new TestRuleSubclass();
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     Constants::init();
 }