summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-29 13:35:42 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-29 13:35:42 +0100
commitb21f7778fb106a425467c7ee5819e544ef0a2de8 (patch)
tree24e99c5f57f9228fd6633e9037782bf0d57a52d7 /tests
parent7b7efa4f80dc5c9d26b59087270a8d89fedcc808 (diff)
activated all tests, and slightly modified one test which has wrong expected output in the test script
Diffstat (limited to 'tests')
-rw-r--r--tests/php/phpt/variables/001-process_globals.phpt (renamed from tests/php/phpt/variables/001-process_globals.phpt-)0
-rw-r--r--tests/php/phpt/variables/002-get_complex_array.phpt (renamed from tests/php/phpt/variables/002-get_complex_array.phpt-)4
-rw-r--r--tests/php/phpt/variables/008-value-arrays.phpt (renamed from tests/php/phpt/variables/008-value-arrays.phpt-)0
-rw-r--r--tests/php/phpt/variables/009-value-object.phpt (renamed from tests/php/phpt/variables/009-value-object.phpt-)0
4 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/phpt/variables/001-process_globals.phpt- b/tests/php/phpt/variables/001-process_globals.phpt
index 022e99c..022e99c 100644
--- a/tests/php/phpt/variables/001-process_globals.phpt-
+++ b/tests/php/phpt/variables/001-process_globals.phpt
diff --git a/tests/php/phpt/variables/002-get_complex_array.phpt- b/tests/php/phpt/variables/002-get_complex_array.phpt
index f13afa6..716fda9 100644
--- a/tests/php/phpt/variables/002-get_complex_array.phpt-
+++ b/tests/php/phpt/variables/002-get_complex_array.phpt
@@ -11,7 +11,7 @@ function get_complex_array()
return array(
"a" => 123,
"b" => 456,
- "c" => array("nested_value","example",7)
+ "c" => array("nested value","example",7)
);
}
var_export(get_complex_array());
@@ -26,7 +26,7 @@ array (
'b' => 456,
'c' =>
array (
- 0 => 'nested_value',
+ 0 => 'nested value',
1 => 'example',
2 => 7,
),
diff --git a/tests/php/phpt/variables/008-value-arrays.phpt- b/tests/php/phpt/variables/008-value-arrays.phpt
index 6950780..6950780 100644
--- a/tests/php/phpt/variables/008-value-arrays.phpt-
+++ b/tests/php/phpt/variables/008-value-arrays.phpt
diff --git a/tests/php/phpt/variables/009-value-object.phpt- b/tests/php/phpt/variables/009-value-object.phpt
index c45cae8..c45cae8 100644
--- a/tests/php/phpt/variables/009-value-object.phpt-
+++ b/tests/php/phpt/variables/009-value-object.phpt