Skip to content

Commit 6a70a94

Browse files
committed
cs: use imported PageData class alias in DoctrineContext step
1 parent d8da04f commit 6a70a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/bootstrap/DoctrineContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public function thereIsARouteWithPageDataAndRedirect(string $path, string $redir
709709
$this->timestampedHelper->persistTimestampedFields($page, true);
710710
$this->manager->persist($page);
711711

712-
$pageData = new \Silverback\ApiComponentsBundle\Tests\Functional\TestBundle\Entity\PageData();
712+
$pageData = new PageData();
713713
$pageData->setTitle('Test PageData');
714714
$pageData->page = $page;
715715
$this->timestampedHelper->persistTimestampedFields($pageData, true);

0 commit comments

Comments
 (0)