summaryrefslogtreecommitdiff
path: root/tests/php/phpt/base
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/base')
-rw-r--r--tests/php/phpt/base/001.phpt2
-rw-r--r--tests/php/phpt/base/002.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/phpt/base/001.phpt b/tests/php/phpt/base/001.phpt
index 91175d7..b22a44c 100644
--- a/tests/php/phpt/base/001.phpt
+++ b/tests/php/phpt/base/001.phpt
@@ -1,7 +1,7 @@
--TEST--
Test constructor & destructor
--SKIPIF--
-<?php if (!extension_loaded("extention_for_tests")) print "skip"; ?>
+<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--
<?php
diff --git a/tests/php/phpt/base/002.phpt b/tests/php/phpt/base/002.phpt
index a6f611b..847e602 100644
--- a/tests/php/phpt/base/002.phpt
+++ b/tests/php/phpt/base/002.phpt
@@ -1,7 +1,7 @@
--TEST--
Test constructor & destructor
--SKIPIF--
-<?php if (!extension_loaded("extention_for_tests")) print "skip"; ?>
+<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--
<?php