<?php public function testGlobEscape()
{
if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
$this->markTestSkipped('A "*" in filenames is not supported on Windows.');
return;
<?php public function testIterateEscaped()
{
if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
$this->markTestSkipped('A "*" in filenames is not supported on Windows.');
return;
<?php public function testIterateSpecialChars()
{
if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
$this->markTestSkipped('A "*" in filenames is not supported on Windows.');
return;