You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are two files to declare rules definition on PHP plugin : PhpRuleRepository and PhpRulesDefinition.
But, actually, PhpRuleRepository is really used in PHPPlugin.
But there is a unit test for PhpRulesDefinition and no unit test for PhpRuleRepository.
After PR #79 merged, correct this pb of duplicated classes and unit tests.
The text was updated successfully, but these errors were encountered:
there are two files to declare rules definition on PHP plugin :
PhpRuleRepository
andPhpRulesDefinition
.But, actually,
PhpRuleRepository
is really used inPHPPlugin
.But there is a unit test for
PhpRulesDefinition
and no unit test forPhpRuleRepository
.After PR #79 merged, correct this pb of duplicated classes and unit tests.
The text was updated successfully, but these errors were encountered: