Skip to content
Snippets Groups Projects
Commit 4088f9d4 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix static call to non-static function

parent 7ce390d0
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,6 @@ class CardinalityTest extends \PHPUnit_Framework_TestCase
'mail' => ['joe@example.com', 'bob@example.com'],
],
];
self::processFilter($config, $request);
$this->processFilter($config, $request);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment