Skip to content

Commit 70f507b

Browse files
committed
Fix imports of unit test methods
1 parent b77678e commit 70f507b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/unit/src/org/netbeans/modules/php/wordpress/util/UnderscoresUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
*/
4242
package org.netbeans.modules.php.wordpress.util;
4343

44-
import static junit.framework.Assert.assertEquals;
4544
import org.junit.Test;
4645
import org.netbeans.junit.NbTestCase;
4746

test/unit/src/org/netbeans/modules/php/wordpress/validators/WordPressDirectoryNameValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
import java.util.Arrays;
4545
import java.util.Collections;
46-
import junit.framework.Assert;
46+
import org.junit.Assert;
4747
import org.junit.Test;
4848
import org.netbeans.modules.php.api.validation.ValidationResult;
4949

0 commit comments

Comments
 (0)