Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b754296

Browse files
committed
Removed prediction from query method
1 parent e5b5e8f commit b754296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/AutoRoute/UrlGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function provideGenerateUrl()
8080
public function testGenerateUrl($urlSchema, $expectedUrl, $tokenProviderConfigs)
8181
{
8282
$document = new \stdClass;
83-
$this->driver->getRealClassName('stdClass')->shouldBeCalled()
83+
$this->driver->getRealClassName('stdClass')
8484
->willReturn('ThisIsMyStandardClass');
8585

8686
$this->metadataFactory->getMetadataForClass('ThisIsMyStandardClass')

0 commit comments

Comments
 (0)