diff --git a/src/4.5/en/configuration.xml b/src/4.5/en/configuration.xml index 728c8c5d0..251701c31 100644 --- a/src/4.5/en/configuration.xml +++ b/src/4.5/en/configuration.xml @@ -36,7 +36,6 @@ timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" - strict="false" verbose="false"> ]]> @@ -118,10 +117,10 @@ timeoutForLargeTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @large. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @large. + If a test does not complete within its configured timeout, it will + fail. @@ -130,10 +129,10 @@ timeoutForMediumTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @medium. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @medium. + If a test does not complete within its configured timeout, it will + fail. @@ -142,17 +141,14 @@ timeoutForSmallTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests not marked as @medium or - @large. If a test does not complete within this - configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests not marked as + @medium or @large. If a test + does not complete within its configured timeout, it will fail. - -
diff --git a/src/4.6/en/configuration.xml b/src/4.6/en/configuration.xml index c3fb9575f..251701c31 100644 --- a/src/4.6/en/configuration.xml +++ b/src/4.6/en/configuration.xml @@ -13,7 +13,7 @@ @@ -36,7 +36,6 @@ timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" - strict="false" verbose="false"> ]]> @@ -118,10 +117,10 @@ timeoutForLargeTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @large. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @large. + If a test does not complete within its configured timeout, it will + fail. @@ -130,10 +129,10 @@ timeoutForMediumTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @medium. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @medium. + If a test does not complete within its configured timeout, it will + fail. @@ -142,17 +141,14 @@ timeoutForSmallTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests not marked as @medium or - @large. If a test does not complete within this - configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests not marked as + @medium or @large. If a test + does not complete within its configured timeout, it will fail. - -
diff --git a/src/4.7/en/configuration.xml b/src/4.7/en/configuration.xml index c3fb9575f..251701c31 100644 --- a/src/4.7/en/configuration.xml +++ b/src/4.7/en/configuration.xml @@ -13,7 +13,7 @@ @@ -36,7 +36,6 @@ timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" - strict="false" verbose="false"> ]]> @@ -118,10 +117,10 @@ timeoutForLargeTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @large. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @large. + If a test does not complete within its configured timeout, it will + fail. @@ -130,10 +129,10 @@ timeoutForMediumTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests marked as @medium. If a test does not - complete within this configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests marked as @medium. + If a test does not complete within its configured timeout, it will + fail. @@ -142,17 +141,14 @@ timeoutForSmallTests - If the PHP_Invoker package is installed and - strict mode is enabled, this attribute sets the timeout for all - tests not marked as @medium or - @large. If a test does not complete within this - configured timeout, it will fail. + If time limits based on test size are enforced then this attribute + sets the timeout for all tests not marked as + @medium or @large. If a test + does not complete within its configured timeout, it will fail. - -