MathExecutor/tests
Fatih Kızmaz 3e6700d157
Added ability to escape quotes in strings. (#110)
* Added ability to escape quotes in strings.

* Removed type checking for customfunc arguments. It was a bad idea to check types, because php automatically tries to convert a parameter to required type and throws if it failures. On the other hand, we can check types also in callables if required.

* Update phpdoc

* Fix some typos + improve min, max, avg funcs.

* Update readme + improvements.

* Fix a typo in sample.

* Fix unshown backslash in readme.
2022-05-18 22:03:44 -04:00
..
bootstrap.php Phpcs fixer (#103) 2022-04-26 17:31:50 -04:00
MathTest.php Added ability to escape quotes in strings. (#110) 2022-05-18 22:03:44 -04:00