Inheritance: extends PHPUnit_Framework_TestCase
 public function tearDown()
 {
     parent::tearDown();
 }
Exemple #2
0
 public function setUp()
 {
     parent::setUp();
     $this->rule = $this->getMock('DMS\\Filter\\Rules\\Callback');
     $this->filter = new Callback();
 }