diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2011-01-17 09:59:07 +0000 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2011-01-17 09:59:07 +0000 |
| commit | dc8da85778331f776d6a92bb40235048adcd5923 (patch) | |
| tree | 0dba44e5453b4db4f22abe626c69fc292f65e5ac /ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt | |
| parent | 5d23cdd695a691ffae2ba39f35658219a88c9d59 (diff) | |
| download | php-git-dc8da85778331f776d6a92bb40235048adcd5923.tar.gz | |
Remove this void comment (c/p mistake)
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt b/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt index b7e6ab440c..22d36183cb 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt @@ -8,7 +8,6 @@ MySQLPDOTest::skip(); ?>
--FILE--
<?php
- /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
/* Connect to mysql to determine the current charset so we can diffinate it */
|
