CI 检测工具 phpunit-vw

码农软件 · 软件分类 · 测试工具 · 2019-11-21 22:14:20

软件介绍

phpunit-vw 是 Phpunit VW 扩展,帮助你在 CI 工具检测的时候顺利通过测试。

示例:

class VWTest extends PHPUnit_Framework_TestCase
{
    private $emissions = 12000;
    private $legalLimit = 300;
    public function testEnvironmentalImpactCompliance()
    {
        $this->assertLessThan($this->legalLimit, $this->emissions);
    }
}

开发环境:

Failing VWTest in dev environment

CI 环境:

Succeeded VWTest in CI environment

使用:

<phpunit bootstrap="vendor/autoload.php">
    ...
    <listeners>
        <listener class="HMLB\PHPUnit\Listener\VWListener" />
    </listeners>
</phpunit>

当前支持的 CI 环境:

  • TravisCI

  • Appveyor

  • Bamboo

  • Buildkite

  • CircleCI

  • CodeShip

  • GitlabCI

  • Go CD

  • Hudson

  • Jenkins

  • PHPCI

  • TeamCity

本文地址:https://codercto.com/soft/d/19509.html

The Intersectional Internet

The Intersectional Internet

Safiya Umoja Noble、Brendesha M. Tynes / Peter Lang Publishing / 2016

From race, sex, class, and culture, the multidisciplinary field of Internet studies needs theoretical and methodological approaches that allow us to question the organization of social relations that ......一起来看看 《The Intersectional Internet》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具