test: add fixture for global scalars

This commit is contained in:
mappu 2020-04-08 20:34:00 +12:00
parent 4f86ec11e7
commit e3295e1368
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
var_dump(true, false, null, TRUE, FALSE, NULL);