Fix bug : new document w/o description
Change print_r by var_export Improve PHPUNIT
This commit is contained in:
parent
4b0ee7b0e1
commit
b3674eaa7b
6 changed files with 18 additions and 9 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue