summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests/sqlite3_busyTimeout.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_busyTimeout.phpt')
-rw-r--r--ext/sqlite3/tests/sqlite3_busyTimeout.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_busyTimeout.phpt b/ext/sqlite3/tests/sqlite3_busyTimeout.phpt
index ba44e53ed9..ea97d8ee00 100644
--- a/ext/sqlite3/tests/sqlite3_busyTimeout.phpt
+++ b/ext/sqlite3/tests/sqlite3_busyTimeout.phpt
@@ -6,7 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br
<?php require 'skipif.inc'; ?>
--FILE--
<?php
-require_once(dirname(__FILE__) . '/new_db.inc');
+require_once(__DIR__ . '/new_db.inc');
var_dump($db->busyTimeout(0));
var_dump($db->busyTimeout(null));
var_dump($db->busyTimeout(-1000));