|
33 | 33 | import org.eclipse.core.runtime.CoreException; |
34 | 34 | import org.eclipse.core.runtime.IProgressMonitor; |
35 | 35 | import org.eclipse.core.runtime.NullProgressMonitor; |
36 | | -import org.osgi.framework.Version; |
37 | 36 | import org.eclipse.reddeer.common.wait.WaitUntil; |
38 | 37 | import org.eclipse.reddeer.eclipse.condition.ProjectExists; |
39 | 38 | import org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart; |
|
53 | 52 | import org.junit.Before; |
54 | 53 | import org.junit.Ignore; |
55 | 54 | import org.junit.Test; |
| 55 | +import org.osgi.framework.Version; |
56 | 56 | import org.sonarlint.eclipse.its.shared.AbstractSonarLintTest; |
57 | 57 | import org.sonarlint.eclipse.its.shared.reddeer.conditions.ConfirmManualAnalysisDialogOpened; |
58 | 58 | import org.sonarlint.eclipse.its.shared.reddeer.conditions.EnhancedWithConnectedModeInformationDialogOpened; |
@@ -463,7 +463,6 @@ public void shouldAnalysePHP() { |
463 | 463 | tuple("Remove the useless trailing whitespaces at the end of this line.", "foo.php", "few seconds ago"), |
464 | 464 | tuple("Remove this closing tag \"?>\".", "foo.php", "few seconds ago"), |
465 | 465 | 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"), |
467 | 466 | tuple("This branch duplicates the one on line 5. [+1 location]", "foo.php", "few seconds ago"), |
468 | 467 | tuple("Remove the parentheses from this \"require\" call.", "foo.php", "few seconds ago")); |
469 | 468 |
|
|
0 commit comments