https://github.com/phingofficial/phingunit
This library contains tasks that enables Phing task developers to test their tasks with Phing and without PHPUnit. It contains a few assertion tasks and an phingunit task that runs build files instead of test classes and is modelled after the PHPUnit task.
https://github.com/phingofficial/phingunit
Last synced: 3 days ago
JSON representation
This library contains tasks that enables Phing task developers to test their tasks with Phing and without PHPUnit. It contains a few assertion tasks and an phingunit task that runs build files instead of test classes and is modelled after the PHPUnit task.
- Host: GitHub
- URL: https://github.com/phingofficial/phingunit
- Owner: phingofficial
- Created: 2020-01-03T21:01:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T15:30:36.000Z (about 5 years ago)
- Last Synced: 2025-02-21T19:45:22.371Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phingunit
This library contains tasks that enables Phing task developers to test their tasks with Phing and without PHPUnit. It contains a few assertion tasks and an phingunit task that runs build files instead of test classes and is modelled after the PHPUnit task.