Skip to content

Commit 4d3ba13

Browse files
committed
remove repeated test
1 parent 9e9cd9a commit 4d3ba13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

php_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,6 @@ func TestFile(t *testing.T) {
294294
}
295295

296296
func TestVariable(t *testing.T) {
297-
equal(t, true, Empty(""))
298-
equal(t, true, Empty(0))
299-
equal(t, true, Empty(0.0))
300-
equal(t, true, Empty(false))
301-
equal(t, false, Empty([1]string{}))
302-
equal(t, true, Empty([]int{}))
303-
304297
var tIsNumeric bool
305298

306299
tIsNumeric = IsNumeric("-0xaF")

0 commit comments

Comments
 (0)