[TESTS] Fix remaining tests, back to 100% passed. Some minor semantic changes
This commit is contained in:
@@ -51,6 +51,6 @@ class RouterTest extends GNUsocialTestCase
|
||||
public function testURLGen()
|
||||
{
|
||||
parent::bootKernel();
|
||||
static::assertSame('/thumbnail/1', Router::url('thumbnail', ['id' => 1]));
|
||||
static::assertSame('/attachment/1/thumbnail/big', Router::url('attachment_thumbnail', ['id' => 1, 'size' => 'big']));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user