Package org.sonar.plugins.php.api.tests
Class PHPCheckVerifier
java.lang.Object
org.sonar.plugins.php.api.tests.PHPCheckVerifier
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPHPCheckVerifier(boolean readExpectedIssuesFromComments, boolean frameworkDetectionEnabled) Internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.sonarsource.analyzer.commons.checks.verifier.MultiFileVerifiercreateVerifier(List<File> files, PHPCheck check) Internal use only.static voidstatic voidstatic voidverifyNoIssue(File sourceFile, PHPCheck check)
-
Constructor Details
-
PHPCheckVerifier
protected PHPCheckVerifier(boolean readExpectedIssuesFromComments, boolean frameworkDetectionEnabled) Internal use only. Subject to changes.
-
-
Method Details