Inheritance: extends PHPUnit_Framework_TestCase
コード例 #1
0
ファイル: PregReplaceTest.php プロジェクト: rdohms/dms-filter
 public function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
ファイル: CallbackTest.php プロジェクト: rdohms/dms-filter
 public function setUp()
 {
     parent::setUp();
     $this->rule = $this->getMock('DMS\\Filter\\Rules\\Callback');
     $this->filter = new Callback();
 }