thenlabs / stratus-php
dev-master
2020-11-06 22:22 UTC
Requires
- opis/closure: ^3.5
- thenlabs/class-builder: ^1.0
- thenlabs/composed-views: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- php-webdriver/webdriver: ^1.8
- symfony/var-dumper: ^5.0
- thenlabs/pyramidal-tests: ^1.0
This package is auto-updated.
Last update: 2024-09-10 23:51:53 UTC
README
StratusPHP 是一个用于创建具有反应式界面的 PHP 应用程序的框架,这些应用程序通过浏览器和服务器之间的事件驱动编程范例进行操作。
如果您喜欢这个项目,请给我们一颗 ⭐。
文档。
运行测试。
在开始测试之前,需要使用以下命令启动 Web 服务器
$ php -S localhost:8000 -t tests/public
然后,必须按照以下方式启动 Selenium 服务器
$ java -jar /path/to/selenium-server-standalone-<x.y.z>.jar
将 <x.y.z>
替换为相应的值。
完成前面的步骤后,可以使用以下命令运行测试
$ ./vendor/bin/phpunit