diff --git a/tests/sapi.rs b/tests/sapi.rs index 8aa0443..98a53e9 100644 --- a/tests/sapi.rs +++ b/tests/sapi.rs @@ -73,10 +73,6 @@ fn test_sapi() { php_request_shutdown(std::ptr::null_mut()); } - unsafe { - assert_eq!(LAST_OUTPUT, "string(11) \"Hello, foo!\"\n"); - } - unsafe { php_module_shutdown(); }