GithubHelp home page GithubHelp logo

datalink / dbunit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebastianbergmann/dbunit

0.0 1.0 0.0 1.26 MB

DbUnit port for PHP/PHPUnit. This fork adds support for symfony/yaml 5.x in the 2.0 branch.

Home Page: https://phpunit.de/

License: Other

PHP 100.00%

dbunit's Introduction

ℹī¸ This fork adds support for symfony/yaml version 5 in the 2.0.x-dev release.

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>

dbunit's People

Contributors

christeredvartsen avatar d4rkmindz avatar dmelo avatar dragonbe avatar elazar avatar elblinkin avatar exptom avatar grahamcampbell avatar gsouf avatar howkey666 avatar jeunito avatar jstruzik avatar m0003r avatar marcocova avatar michsindelar avatar mlively avatar naderman avatar neilime avatar paulyg avatar piotrbudny avatar proofek avatar sander-bol avatar sebastianbergmann avatar sicaine avatar sqmk avatar tehek avatar wakeless avatar whatthejeff avatar yparghi avatar zerkms avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.