We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fa66f commit cb3240dCopy full SHA for cb3240d
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -775,9 +775,9 @@ jobs:
775
// 5) Reproduce the actual testFromBase64Function setup exactly: run
776
// setUp-style driver construction and then call FROM_BASE64.
777
try {
778
+ require getcwd() . '/tests/bootstrap.php';
779
$pdo2 = new PDO\SQLite('sqlite::memory:');
780
$pdo2->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
- require __DIR__ . '/tests/bootstrap.php';
781
$engine = new WP_SQLite_Driver(new WP_SQLite_Connection(['pdo' => $pdo2]), 'wp');
782
$log('[f] driver constructed');
783
$r = $engine->query("SELECT FROM_BASE64('SGVsbG8gV29ybGQ=') AS decoded");
0 commit comments