summaryrefslogtreecommitdiff
path: root/tests/php/phpt/base/001.phpt
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
committervalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
commitcfc04aa191dd23b3e61ba4d714a194a3a4dd08f3 (patch)
tree1be33441fbb85b009f647b306bcabc5382c5a882 /tests/php/phpt/base/001.phpt
parent778561e1739a4a7ef20e85b713b4790e6be225d3 (diff)
Fixed issues #46
Diffstat (limited to 'tests/php/phpt/base/001.phpt')
-rw-r--r--tests/php/phpt/base/001.phpt2
1 files changed, 1 insertions, 1 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