Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Cleanup uneeded extension directive.
Browse files Browse the repository at this point in the history
If extension is not loaded, test is skip
If extension is loaded, this cause a warning about "already loaded extension..."
  • Loading branch information
remicollet authored and phadej committed Aug 29, 2014
1 parent 8af9c45 commit 87d9c58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/igbinary_045.phpt
Expand Up @@ -12,7 +12,6 @@ if (version_compare($ext->getVersion(), '3.1.7', '<')) {
}

--INI--
extension=apc.so
apc.enable_cli=1
apc.serializer=igbinary
--FILE--
Expand Down
1 change: 0 additions & 1 deletion tests/igbinary_045b.phpt
Expand Up @@ -12,7 +12,6 @@ if (version_compare($ext->getVersion(), '4.0.2', '<')) {
}

--INI--
extension=apcu.so
apc.enable_cli=1
apc.serializer=igbinary
--FILE--
Expand Down

0 comments on commit 87d9c58

Please sign in to comment.