Skip to content

Commit f673317

Browse files
committed
remove duplicated code
1 parent bb4d7fb commit f673317

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

tests/integration/pdo/sqlite/base-class/test_query_2_logging_off.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
]
7373
*/
7474

75-
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2_logging_off.inc');
75+
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2.inc');
7676

7777
test_pdo_query(new PDO('sqlite::memory:'));

tests/integration/pdo/sqlite/constructor/test_query_2_logging_off.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
]
7474
*/
7575

76-
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2_logging_off.inc');
76+
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2.inc');
7777

7878
test_pdo_query(new Pdo\Sqlite('sqlite::memory:'));

tests/integration/pdo/sqlite/factory/test_query_2_logging_off.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
]
7474
*/
7575

76-
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2_logging_off.inc');
76+
require_once(realpath (dirname ( __FILE__ )) . '/../../test_query_2.inc');
7777

7878
test_pdo_query(PDO::Connect('sqlite::memory:'));

tests/integration/pdo/test_query_2_logging_off.inc

-22
This file was deleted.

0 commit comments

Comments
 (0)