Commit 212bbad1 authored by Taylor Otwell's avatar Taylor Otwell

changed route filter test.

parent 98d351b9
......@@ -19,7 +19,7 @@ class RouteFilterTest extends PHPUnit_Framework_TestCase {
Filter::register($filters);
$this->assertEquals(Filter::run(array('simple'), array(), true), 'simple');
$this->assertEquals(Filter::run(array('parameters'), array(1, 2), true), '1|2');
$this->assertEquals(Filter::run(array('parameters:1,2'), array(), true), '1|2');
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment