simple-php-unit-test:一个简单PHP单元测试框架

时间:2024-05-24 16:55:07
【文件属性】:

文件名称:simple-php-unit-test:一个简单PHP单元测试框架

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-24 16:55:07

PHP

简单PHP单元测试 用法 包含主文件 include ( '../simple-php-unit-test/simple-php-unit-test.php' ); function a_function_to_be_test ( $ input ){ if ( $ input === 'hello' ){ return true ; } else { return false ; } } $ spec = new SimplePHPUnitTest (); $ spec -> describe ( 'a_function_to_be_test input hello should be true' , function (){ $ r = a_function_to_be_test ( 'hello' ); expect ( $ r )-> to_equal ( tru


【文件预览】:
simple-php-unit-test-master
----Gemfile(41B)
----Guardfile(239B)
----simple-php-unit-test.php(2KB)
----LICENSE(18KB)
----composor.json(157B)
----README.md(923B)
----sample-test.php(692B)
----Gemfile.lock(807B)

网友评论