.dev/tests/unit/functions/function_tofloat_test.Test.php

Summary

Maintainability
A
1 hr
Test Coverage

Method test_main has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_main()
    {
        $this->assertEquals(0, tofloat(''));
        $this->assertEquals(1, tofloat(1));
        $this->assertEquals(-1, tofloat(-1));
Severity: Minor
Found in .dev/tests/unit/functions/function_tofloat_test.Test.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status