Skip Report for ext/pdo_mysql/tests/pdo_022.phpt
Script
<?php # vim:ft=php die('skip this feature is not yet finalized, no test makes sense'); if (!extension_loaded('pdo')) die('skip'); $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); require_once $dir . 'pdo_test.inc'; PDOTest::skip(); /* * Note well: meta information is a nightmare to handle portably. * it's not really PDOs job. * We've not yet defined exactly what makes sense for getColumnMeta, * so no tests make any sense to anyone. When they do, we can enable * this test file. * TODO: filter out driver dependent components from this common core * test file. */ ?>
Reason
this feature is not yet finalized, no test makes sense
Generated at Thu, 19 Apr 2018 02:25:01 +0000 (5 days ago)
|