We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef0e199 + f1f4e94 commit 6f60fe3Copy full SHA for 6f60fe3
tests/cache_config_test.php
@@ -14,8 +14,6 @@
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16
17
-namespace tool_forcedcache;
18
-
19
/**
20
* Tests for tool_forcedcache_cache_config.
21
*
@@ -25,7 +23,7 @@
25
23
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
24
* @covers \tool_forcedcache_cache_config
27
*/
28
-class cache_config_test extends \advanced_testcase {
+class tool_forcedcache_cache_config_test extends \core_phpunit\testcase {
29
30
31
* We need to load the config files outside of the $CFG->dirroot, so it
0 commit comments