Skip to content

Commit c646481

Browse files
committed
Fix PHP tests
1 parent 15fe6e3 commit c646481

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

its/org.sonarlint.eclipse.its.standalone/src/org/sonarlint/eclipse/its/standalone/StandaloneAnalysisTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import org.eclipse.core.runtime.CoreException;
3434
import org.eclipse.core.runtime.IProgressMonitor;
3535
import org.eclipse.core.runtime.NullProgressMonitor;
36-
import org.osgi.framework.Version;
3736
import org.eclipse.reddeer.common.wait.WaitUntil;
3837
import org.eclipse.reddeer.eclipse.condition.ProjectExists;
3938
import org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart;
@@ -53,6 +52,7 @@
5352
import org.junit.Before;
5453
import org.junit.Ignore;
5554
import org.junit.Test;
55+
import org.osgi.framework.Version;
5656
import org.sonarlint.eclipse.its.shared.AbstractSonarLintTest;
5757
import org.sonarlint.eclipse.its.shared.reddeer.conditions.ConfirmManualAnalysisDialogOpened;
5858
import org.sonarlint.eclipse.its.shared.reddeer.conditions.EnhancedWithConnectedModeInformationDialogOpened;
@@ -463,7 +463,6 @@ public void shouldAnalysePHP() {
463463
tuple("Remove the useless trailing whitespaces at the end of this line.", "foo.php", "few seconds ago"),
464464
tuple("Remove this closing tag \"?>\".", "foo.php", "few seconds ago"),
465465
tuple("Replace \"require\" with \"require_once\".", "foo.php", "few seconds ago"),
466-
tuple("Replace \"require\" with namespace import mechanism through the \"use\" keyword.", "foo.php", "few seconds ago"),
467466
tuple("This branch duplicates the one on line 5. [+1 location]", "foo.php", "few seconds ago"),
468467
tuple("Remove the parentheses from this \"require\" call.", "foo.php", "few seconds ago"));
469468

0 commit comments

Comments
 (0)