- fix grammatical
- add documentation
- initial release of processenv
vendor/bin/phpunit
✔ Cant find env file [2.52 ms]
✔ Get value by magic function [0.53 ms]
✔ Get object from env file as std class by magic function [0.19 ms]
✔ Get object value from env file as std class by magic function [0.10 ms]
✔ Get object from env file as array by magic function [0.31 ms]
✔ Get object value from env file as array by magic function [0.07 ms]
✔ Get value from env file [0.07 ms]
✔ Get object from env file as std class [0.10 ms]
✔ Get object from env file as array [0.09 ms]
✔ Get value from env file as array [0.07 ms]
✔ Get value from env file as array but is string [0.09 ms]
✔ Get value from env file in global env [0.07 ms]
✔ Get value from env file in global server [0.09 ms]
✔ Get value from env file in global env as key array [0.09 ms]
✔ Get value from env file in global server as key array [0.07 ms]
✔ Get all values from env file and global env [0.66 ms]
✔ Get default value by key not exists [0.07 ms]
✔ Get empty string by key not exists [0.06 ms]
✔ Get inline comment value [0.08 ms]
✔ Get inline comment with masked hash value [0.07 ms]
Time: 00:00.008, Memory: 4.00 MB
OK (20 tests, 23 assertions)