Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonbe/utexamples
Examples for unit testing PHP applications with PHPUnit
https://github.com/dragonbe/utexamples
Last synced: about 1 month ago
JSON representation
Examples for unit testing PHP applications with PHPUnit
- Host: GitHub
- URL: https://github.com/dragonbe/utexamples
- Owner: DragonBe
- License: other
- Created: 2014-03-07T07:55:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T23:01:48.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:00:09.053Z (8 months ago)
- Language: PHP
- Size: 566 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utexamples
These are code examples and exercises used in our training course "Quality Assurance". If interested in getting the training course don't hesitate to contact us for more details.
# Installation
The installation procedure is quite simple.
## Get the code examples
$ git clone https://github.com/in2it/Utexamples.git
## Get the package manager Composer
$ cd Utexamples/
$ php -r "readfile('https://getcomposer.org/installer');" | php## Install the required packages
$ ./composer.phar install
This will install also PHPUnit and DBUnit, the tools we will be using during the training course. You'll find the `phpunit` executable in `./vendor/bin/phpunit`.
# Licence
This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](LICENCE).