X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-apc.git;a=blobdiff_plain;f=tests%2Fapc_001.phpt;fp=tests%2Fapc_001.phpt;h=0000000000000000000000000000000000000000;hp=c1592de13c659ad551440fda24cbd66fd87d2b89;hb=a34ea625346aecd2d2b227b8ca4f114eaa607213;hpb=b0895ef8074c6dd090f9b0a65d58179941541756 diff --git a/tests/apc_001.phpt b/tests/apc_001.phpt deleted file mode 100644 index c1592de..0000000 --- a/tests/apc_001.phpt +++ /dev/null @@ -1,27 +0,0 @@ ---TEST-- -APC: apc_store/fetch with strings ---SKIPIF-- - ---INI-- -apc.enabled=1 -apc.enable_cli=1 -apc.file_update_protection=0 ---FILE-- - -===DONE=== - ---EXPECTF-- -string(11) "hello world" -string(11) "hello world" -string(4) "nice" -===DONE===