From c55ae7c3190e48180371bab8f4d7ab4c5726ff13 Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 6 Aug 2018 16:53:30 +0200 Subject: fix tests for linkTo --- tests/Unit/Routing/LegacyUrlGeneratorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Unit/Routing/LegacyUrlGeneratorTest.php') diff --git a/tests/Unit/Routing/LegacyUrlGeneratorTest.php b/tests/Unit/Routing/LegacyUrlGeneratorTest.php index 9576a260..55b3d721 100644 --- a/tests/Unit/Routing/LegacyUrlGeneratorTest.php +++ b/tests/Unit/Routing/LegacyUrlGeneratorTest.php @@ -23,14 +23,14 @@ class LegacyUrlGeneratorTest extends TestCase /** * @dataProvider provideLinksTo - * @covers \Engelsystem\Routing\LegacyUrlGenerator::to + * @covers \Engelsystem\Routing\LegacyUrlGenerator::linkTo * * @param string $urlToPath * @param string $willReturn * @param string[] $arguments * @param string $expectedUrl */ - public function testTo($urlToPath, $willReturn, $arguments, $expectedUrl) + public function testLinkTo($urlToPath, $willReturn, $arguments, $expectedUrl) { $app = new Container(); Application::setInstance($app); -- cgit v1.2.3-54-g00ecf