文件名称:bdd:BDD 演讲的示例项目
文件大小:53KB
文件格式:ZIP
更新时间:2024-06-25 02:42:48
PHP
开发板 在我的 BDD 演讲中使用 Lumen PHP 框架的测试项目。 使用 Vagrant Box 简化使用 我已经基于 scotch-io/scotch-box Vagrant box 构建了一个 Vagrant box,用作我的示例代码的即用型、开箱即用的环境。 要使用它,请按照 。
【文件预览】:
bdd-master
----phpspec.yml(117B)
----bootstrap()
--------app.php(3KB)
----.env(114B)
----public()
--------index.php(897B)
--------.htaccess(356B)
----database()
--------migrations()
--------seeds()
----artisan(1KB)
----spec()
--------TimeoffSpec.php(2KB)
--------HrmsApiSpec.php(415B)
----LICENSE(34KB)
----composer.lock(171KB)
----phpunit.xml(772B)
----README.md(476B)
----features()
--------bootstrap()
--------UpAndRunning.feature(226B)
--------ProcessTimeOffRequest.feature(775B)
--------SubmitTimeOffRequest.feature(513B)
----behat.yml(278B)
----resources()
--------views()
--------lang()
----tests()
--------TestCase.php(272B)
--------ExampleTest.php(252B)
----.gitignore(84B)
----storage()
--------logs()
--------database.sqlite(8KB)
--------app()
--------framework()
----.htaccess(113B)
----app()
--------Jobs()
--------Http()
--------Providers()
--------Exceptions()
--------Timeoff.php(2KB)
--------HrmsApi.php(269B)
--------Console()
----server.php(424B)
----bin()
--------phpspec(37B)
--------phpunit(33B)
--------behat(31B)
----composer.json(1KB)