PHP 8 compatibility
[m6w6/ext-psi] / tests / parser / validate002.phpt
index 2c77789a1f698d3b81c65bdb9b3b8acb89bdbef0..3b35d2394b99fb74c18fd032da2b50a8e3b187ef 100644 (file)
@@ -1,9 +1,5 @@
 --TEST--
 validate types
---SKIPIF--
-<?php 
-extension_loaded("psi") or die("skip - need ext/psi");
-?>
 --FILE--
 ===TEST===
 <?php 
@@ -12,6 +8,4 @@ psi_validate_string("typedef void foo;");
 ===DONE===
 --EXPECTF--
 ===TEST===
-
-Warning: PSI syntax error, unexpected ;, expecting %s at col 17 in %s on line 1
 ===DONE===