文件名称:laravel-playground:Laravel8中使用Behat进行集成测试的简单RestAPI
文件大小:91KB
文件格式:ZIP
更新时间:2024-04-04 20:32:50
PHP
规格
该存储库在Laravel中实现了一个简单的Rest API,该API可以查询各种作者及其报价。 该API可以响应GET,POST和UPDATE,并且不处理用户身份验证。
验收标准
该API可以提供作者列表( /api/authors )。
API为每个作者提供一个引号列表( /api/quotes//
/
【文件预览】:
laravel-playground-main
----.gitignore(296B)
----app()
--------Quotation()
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Author()
--------Models()
----bootstrap()
--------app.php(2KB)
--------cache()
----storage()
--------app()
--------framework()
--------logs()
----behat.yml(162B)
----public()
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
--------web.config(1KB)
----composer.json(2KB)
----.env(919B)
----composer.lock(294KB)
----README.md(5KB)
----phpunit.xml(1KB)
----tests()
--------Context()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(4KB)
--------cors.php(846B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(3KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1KB)
--------queue.php(3KB)
----.env.behat(94B)
----artisan(2KB)
----laravel.db(28KB)
----database()
--------.gitignore(26B)
--------seeders()
--------factories()
--------migrations()
----routes()
--------console.php(592B)
--------channels.php(558B)
--------web.php(492B)
--------api.php(1KB)
----features()
--------example.feature(206B)
--------authors.feature(1KB)
--------quotation.feature(1KB)
----laravel-test.db(12KB)