diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2013-06-05 17:05:10 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2013-06-05 17:05:10 +0200 |
| commit | 6a77ee1f30961f6363818691f91162fa67618872 (patch) | |
| tree | 4aedd8b2acfe10571303b693e38981325ca62b23 /tests/functions/validate_data_helper.php | |
| parent | b288bd441436c8dd3417f67013729732ca87939f (diff) | |
| download | forums-6a77ee1f30961f6363818691f91162fa67618872.tar forums-6a77ee1f30961f6363818691f91162fa67618872.tar.gz forums-6a77ee1f30961f6363818691f91162fa67618872.tar.bz2 forums-6a77ee1f30961f6363818691f91162fa67618872.tar.xz forums-6a77ee1f30961f6363818691f91162fa67618872.zip | |
[ticket/11579] Do not extend validate_data_helper
PHPBB3-11579
Diffstat (limited to 'tests/functions/validate_data_helper.php')
| -rw-r--r-- | tests/functions/validate_data_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/validate_data_helper.php b/tests/functions/validate_data_helper.php index 94ddf60429..b92a3aa5eb 100644 --- a/tests/functions/validate_data_helper.php +++ b/tests/functions/validate_data_helper.php @@ -7,7 +7,7 @@ * */ -class phpbb_functions_validate_data_helper extends PHPUnit_Framework_TestCase +class phpbb_functions_validate_data_helper { protected $test_case; |
