.dev/tests/unit/functions/function_tofloat_test.Test.php
Method test_main
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function test_main()
{
$this->assertEquals(0, tofloat(''));
$this->assertEquals(1, tofloat(1));
$this->assertEquals(-1, tofloat(-1));