concise
concise copied to clipboard
✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
This might be tricky, but somehow capture `__NAMESPACE__` and put the mock class in there.
http://phpunit.de/manual/4.1/en/appendixes.assertions.html
http://phpunit.de/manual/4.1/en/appendixes.assertions.html
For testing objects inheritance.
http://phpunit.de/manual/4.1/en/appendixes.assertions.html
http://phpunit.de/manual/4.1/en/appendixes.assertions.html
``` php class MyTest extends TestCase { public function useAnnotation($name, $value) { } /** * @foo bar */ public function testAdd() { } } ```
http://phpunit.de/manual/4.1/en/appendixes.assertions.html