mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Prevent parallel test conflicts
This commit is contained in:
@@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
die('skip not for Windows');
|
||||
}
|
||||
?>
|
||||
--CONFLICTS--
|
||||
disk_total_space
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Test disk_total_space() function : basic functionality
|
||||
--CONFLICTS--
|
||||
disk_total_space
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
||||
@@ -5,6 +5,8 @@ Test disk_total_space() function : error conditions
|
||||
if(substr(PHP_OS, 0, 3) != 'WIN' )
|
||||
die("skip Valid only for Windows");
|
||||
?>
|
||||
--CONFLICTS--
|
||||
disk_total_space
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
||||
@@ -5,6 +5,8 @@ Test disk_total_space() function : error conditions
|
||||
if(substr(PHP_OS, 0, 3) == 'WIN')
|
||||
die("skip Not valid on Windows");
|
||||
?>
|
||||
--CONFLICTS--
|
||||
disk_total_space
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Testing disk_total_space() functions : Usage Variations.
|
||||
--CONFLICTS--
|
||||
disk_total_space
|
||||
--FILE--
|
||||
<?php
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user