- 授权协议: MIT
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/hmlb/phpunit-vw
软件介绍
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);
}
}开发环境:
CI 环境:
使用:
<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
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》 这本书的介绍吧!


