mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-06 15:53:55 +00:00
Move j5legacy checks to compatibilty (with other J3/4 compatibility checks)
This commit is contained in:
parent
8f216123ed
commit
ff03f29b89
@ -319,7 +319,7 @@ class JedcheckerRulesFramework extends JEDcheckerRule
|
|||||||
|
|
||||||
$newTest = new stdClass;
|
$newTest = new stdClass;
|
||||||
$newTest->group = 'j5legacy';
|
$newTest->group = 'j5legacy';
|
||||||
$newTest->kind = 'warning';
|
$newTest->kind = 'compatibility';
|
||||||
$newTest->tests = array();
|
$newTest->tests = array();
|
||||||
|
|
||||||
// Too many tests for j5legacy group, so that they are extracted to separate file
|
// Too many tests for j5legacy group, so that they are extracted to separate file
|
||||||
|
Loading…
Reference in New Issue
Block a user