Skip to content

Commit 6918e6f

Browse files
fix(ext/pgsql/tests): typo
1 parent 5ab45c7 commit 6918e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/bug37100_9.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ skip_bytea_not_hex();
1111
<?php
1212

1313
include 'inc/config.inc';
14-
$table_name = 'ttable_bug37100_9';
14+
$table_name = 'table_bug37100_9';
1515

1616
$db = pg_connect($conn_str);
1717

@@ -42,7 +42,7 @@ pg_close($db);
4242
--CLEAN--
4343
<?php
4444
require_once('inc/config.inc');
45-
$table_name = 'ttable_bug37100_9';
45+
$table_name = 'table_bug37100_9';
4646

4747
$db = pg_connect($conn_str);
4848
pg_query($db, "DROP TABLE {$table_name}");

0 commit comments

Comments
 (0)