We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739fbf5 commit 19d2dbaCopy full SHA for 19d2dba
tests/Cases/NetteDatabaseDataSourceTest.phpt
@@ -43,7 +43,7 @@ final class NetteDatabaseDataSourceTest extends TestCase
43
$structure = new Structure($connection, new DevNullStorage);
44
$this->db = new Context($connection, $structure);
45
46
- $factory = new Ublaboo\DataGrid\Tests\Files\XTestingDataGridFactory;
+ $factory = new Ublaboo\DataGrid\Nette\Database\Tests\Files\XTestingDataGridFactory;
47
$this->grid = $factory->createXTestingDataGrid();
48
}
49
0 commit comments