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