Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 26, 2017
1 parent ec7a207 commit f1a9aa2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/Database/test.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

/**
* Test: Nette\Database\Context fetch methods.
* @dataProvider? databases.ini
*/

use Tester\Assert;

require __DIR__ . '/connect.inc.php'; // create $connection

Nette\Database\Helpers::loadFromFile($connection, __DIR__ . "/files/{$driverName}-nette_test1.sql");


dump($connection->getPdo()->quote('some text \\'));

0 comments on commit f1a9aa2

Please sign in to comment.