mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- spl tests are also under examples (sigh)
This commit is contained in:
parent
ac5718cdd3
commit
96e02805fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue