Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tests/cache_config_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace tool_forcedcache;

/**
* Tests for tool_forcedcache_cache_config.
*
Expand All @@ -25,7 +23,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @covers \tool_forcedcache_cache_config
*/
class cache_config_test extends \advanced_testcase {
class tool_forcedcache_cache_config_test extends \core_phpunit\testcase {

/**
* We need to load the config files outside of the $CFG->dirroot, so it
Expand Down
Loading