Fixup test

This commit is contained in:
Daniil Gentili 2023-11-24 18:37:40 +01:00
parent a889896de6
commit 3cb7b8fefd

View File

@ -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();
}