mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
- spl tests are also under examples (sigh)
This commit is contained in:
parent
cb6603ac56
commit
7f2c8b347c
@ -382,7 +382,7 @@ function copy_test_dir($directory, $dest)
|
||||
$directory = substr($directory,0,-1);
|
||||
}
|
||||
|
||||
if ($directory == 'tests') {
|
||||
if ($directory == 'tests' || $directory == 'examples') {
|
||||
if (!is_dir($dest . '/tests')) {
|
||||
mkdir($dest . '/tests', 0775, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user