.dev/tests/unit/class_main_test.Test.php
Method test__find_site__complex
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function test__find_site__complex()
{
$func = $this->_get__find_site();
$this->assertEquals(':80', $func([':80'], '', '', 'localhost'));
$this->assertEquals(':80', $func([':80'], '', '', 'test.dev'));