Fix bug : new document w/o description

Change  print_r by var_export
Improve PHPUNIT
This commit is contained in:
sparkyx 2023-01-08 20:22:37 +01:00
parent 4b0ee7b0e1
commit b3674eaa7b
6 changed files with 18 additions and 9 deletions

View file

@ -47,7 +47,7 @@ class HttpInput
}
public function __toString(): string
{
return "http_input".print_r($this,true);
return "http_input".var_export($this,true);
}
public function get_array()
{