phpunit/dbunit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpunit/dbunit

最新稳定版本:4.0.0

Composer 安装命令:

composer require --dev phpunit/dbunit

包简介

PHPUnit extension for database interaction testing

README 文档

README

This extension is no longer maintained

DbUnit

PHPUnit extension for database interaction testing.

Installation

Composer

If you use Composer to manage the dependencies of your project then you can add DbUnit as a development-time dependency to your project:

$ composer require --dev phpunit/dbunit

PHP Archive (PHAR)

You can download a PHAR of DbUnit:

$ wget https://phar.phpunit.de/dbunit.phar

The example below shows how to configure PHPUnit to load all *.phar files found in a given directory (tools/phpunit.d in this example):

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd"
         extensionsDirectory="tools/phpunit.d">
</phpunit>

统计信息

  • 总下载量: 14.36M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 245
  • 点击次数: 1
  • 依赖项目数: 504
  • 推荐数: 2

GitHub 信息

  • Stars: 224
  • Watchers: 16
  • Forks: 166
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2012-09-18