Jenkins-PHP
使用 composer 安装
composer require yuan1994/jenkins-php
WARNING
要求 PHP 版本大于等于 5.6
文档使用的是 vuepress
yarn:
yarn install yarn build:docs
或者使用 npm:
npm
npm install npm run build:docs
单元测试用例在 tests 文件夹中,可以直接运行单元测试:
tests
./vendor/bin/phpunit tests/
使用 →