Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieljmj/shouldphp
:hammer: In-development. A little based on Should.JS. Framework to make tests with classes.
https://github.com/gabrieljmj/shouldphp
should tdd test testing
Last synced: about 2 months ago
JSON representation
:hammer: In-development. A little based on Should.JS. Framework to make tests with classes.
- Host: GitHub
- URL: https://github.com/gabrieljmj/shouldphp
- Owner: gabrieljmj
- License: other
- Created: 2015-01-15T05:44:54.000Z (almost 10 years ago)
- Default Branch: dev
- Last Pushed: 2015-03-03T16:44:47.000Z (almost 10 years ago)
- Last Synced: 2024-04-29T23:00:37.981Z (9 months ago)
- Topics: should, tdd, test, testing
- Language: PHP
- Homepage: https://github.com/GabrielJMJ/ShouldPHP/wiki
- Size: 1020 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ShouldPHP
=========
[![Build Status](https://travis-ci.org/GabrielJMJ/ShouldPHP.svg?branch=dev)](https://travis-ci.org/GabrielJMJ/ShouldPHP) ![Status](https://img.shields.io/badge/status-development-blue.svg?style=flat) [![License](https://img.shields.io/packagist/l/gabrieljmj/should-php.svg)](https://packagist.org/packages/gabrieljmj/should-php) [![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--dev-orange.svg)](https://packagist.org/packages/gabrieljmj/should-php) [![Total Downloads](https://img.shields.io/packagist/dt/gabrieljmj/should-php.svg)](https://packagist.org/packages/gabrieljmj/should-php) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/gabrieljmj/shouldphp.svg)](https://scrutinizer-ci.com/g/GabrielJMJ/ShouldPHP/?branch=dev)**ShouldPHP** is (or will be) a library for you, developer, to test your classes and objects and their methods and properties with a simple syntax based on "should". The idea came to my mind after seeing the framework [Should.JS](https://github.com/shouldjs/should.js) for [Node.JS](nodejs.org).
* **For now has a few assertions**
* [Little documentation](https://github.com/GabrielJMJ/ShouldPHP/wiki/Documentation)
* [Simple Should](https://gist.github.com/GabrielJMJ/26fed8fff56e65cd8b4f)
```
____________________
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@======@@@@@@ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@|_____/@@@@@@@ ___| |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \__ YOU SHOULD...! |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@/\@@@@@@/\@@@@@@ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |____________________|
@| /@@@@@@@@@@@
@\ /@@@@@@@@@@//
@@\ /@@@@@@@@@@@@//
@@@\ /@@@@@@@@@@@@//
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@----------. @
@@@@@@@@@@@@@@@@@@@@@| \ @
@@@@@@@@@@@@@@@@@@@@@| | @
@@@@@@@@@@@@@@@@@@@@@|___________/ @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
```