From: Michael Wallner Date: Tue, 7 Dec 2021 15:07:52 +0000 (+0100) Subject: basic type test X-Git-Tag: v0.1.0~94 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=cd95504b23ee3e6815c55f987855e6caafc72ed3;p=awesomized%2Fext-ion basic type test --- diff --git a/tests/Type.phpt b/tests/Type.phpt new file mode 100644 index 0000000..df12583 --- /dev/null +++ b/tests/Type.phpt @@ -0,0 +1,18 @@ +--TEST-- +ion\Type +--EXTENSIONS-- +ion +--FILE-- +TEST +name); +var_dump(ion\Type::EOF->value); +?> +DONE +--EXPECT-- +TEST +enum(ion\Type::Null) +string(7) "Decimal" +int(-256) +DONE