From cd95504b23ee3e6815c55f987855e6caafc72ed3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 7 Dec 2021 16:07:52 +0100 Subject: [PATCH] basic type test --- tests/Type.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/Type.phpt 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 -- 2.30.2