Skip to content

Commit 6f60fe3

Browse files
authored
Merge pull request #62 from aneno-m-e/fix-t19-tests
[T19] Replace deprecated testcase classes with core_phpunit and remove namespace
2 parents ef0e199 + f1f4e94 commit 6f60fe3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/cache_config_test.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

17-
namespace tool_forcedcache;
18-
1917
/**
2018
* Tests for tool_forcedcache_cache_config.
2119
*
@@ -25,7 +23,7 @@
2523
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2624
* @covers \tool_forcedcache_cache_config
2725
*/
28-
class cache_config_test extends \advanced_testcase {
26+
class tool_forcedcache_cache_config_test extends \core_phpunit\testcase {
2927

3028
/**
3129
* We need to load the config files outside of the $CFG->dirroot, so it

0 commit comments

Comments
 (0)