diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:33:04 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 23:33:04 +0100 |
| commit | cddb768772d4eafc945429bcb72607694551dafd (patch) | |
| tree | 8a6fc62417ac1890c5ffc2851f01cbe90707f388 /tests/functional/acp_groups_test.php | |
| parent | c09c95599b1772aba3754cb451422cb1eb7fa139 (diff) | |
| parent | 4f96688bf7d8630b7977852665d4c6d04117f10a (diff) | |
| download | forums-cddb768772d4eafc945429bcb72607694551dafd.tar forums-cddb768772d4eafc945429bcb72607694551dafd.tar.gz forums-cddb768772d4eafc945429bcb72607694551dafd.tar.bz2 forums-cddb768772d4eafc945429bcb72607694551dafd.tar.xz forums-cddb768772d4eafc945429bcb72607694551dafd.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'tests/functional/acp_groups_test.php')
| -rw-r--r-- | tests/functional/acp_groups_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/acp_groups_test.php b/tests/functional/acp_groups_test.php index 4eb4747572..9dfdc93474 100644 --- a/tests/functional/acp_groups_test.php +++ b/tests/functional/acp_groups_test.php @@ -11,12 +11,12 @@ * */ -require_once dirname(__FILE__) . '/common_groups_test.php'; +require_once dirname(__FILE__) . '/common_groups_test_case.php'; /** * @group functional */ -class phpbb_functional_acp_groups_test extends phpbb_functional_common_groups_test +class phpbb_functional_acp_groups_test extends phpbb_functional_common_groups_test_case { protected $form_data; |
