Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 230 Bytes

php-tools

A php tool library. 一个php工具库。

Run

  • 安装开发环境依赖
  $ composer install
  • 执行测试(以测试Str.php为例)
  $ ./vendor/bin/phpunit tests/StrTest.php