.dev/tests/unit/functions/function_wildcard_compare_test.Test.php
Method test_basic
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function test_basic()
{
$this->assertFalse(wildcard_compare('regex are useful', ''));
$this->assertFalse(wildcard_compare('regex are * useful', ''));
$this->assertFalse(wildcard_compare('regex are * useful', 'regex'));