API: Remove 1e3>1 test case from ApiBaseTest
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiBaseTest.php
index dbedfc5..4bffc74 100644 (file)
@@ -1159,7 +1159,6 @@ class ApiBaseTest extends ApiTestCase {
                $integerTests = [
                        [ '+1', 1 ],
                        [ '-1', -1 ],
-                       [ '1e3', 1 ],
                        [ '1.5', 1 ],
                        [ '-1.5', -1 ],
                        [ '1abc', 1 ],