Skip to content

Commit 739fbf5

Browse files
author
Tomáš Holan
committed
Fix bad mapping
1 parent 886493a commit 739fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Files/XTestingDataGridFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class XTestingDataGridFactory
1111
public function createXTestingDataGrid($presenterName = 'XTesting')
1212
{
1313
$presenterFactory = new Nette\Application\PresenterFactory;
14-
$presenterFactory->setMapping(['*' => 'Ublaboo\DataGrid\Tests\Files\*Presenter']);
14+
$presenterFactory->setMapping(['*' => 'Ublaboo\DataGrid\Nette\Database\Tests\Files\*Presenter']);
1515

1616
$presenter = $presenterFactory->createPresenter($presenterName);
1717

0 commit comments

Comments
 (0)