fix SKIPIF
[m6w6/ext-http] / tests / message003.phpt
index 26c6bc16790d2d6a0ff25faee56301284a8e7745..93f128a4362325d5ea479763c606c7712c996904 100644 (file)
@@ -1,7 +1,9 @@
 --TEST--
 multipart message
 --SKIPIF--
-<?php include "skipif.inc"; ?>
+<?php
+include "skipif.inc";
+?>
 --FILE--
 <?php
 $m = new http\Message(fopen(__DIR__."/data/message_r_multipart_put.txt","rb"));