-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.5, 4.0, 4.1
-
None
-
MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
Once the conversion @ MDL-71049 has been finished and all the testcases have a namespace, it's time to look for redundant uses of those namespaces within the test cases code.
For example:
namespace mod_xxx;
|
...
|
$something = \mod_xxx\level2\yyy::do();
|
$anything = new \mod_xxx\zzz();
|
...
|
So, for a given namespace (mod_xxx), there aren't uses of it in code (\mod_xxx). Excluding literals and phpdoc blocks.
- has been marked as being related by
-
MDL-71049 Make test files and test classes to match to get phpunit able to run individual files
-
- Closed
-