concise icon indicating copy to clipboard operation
concise copied to clipboard

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.

Results 72 concise issues
Sort by recently updated
recently updated
newest added

Type: Feature
Component: Mocking
Size: 2 (Medium)

http://phpunit.de/manual/4.1/en/appendixes.assertions.html

Type: Feature
Component: Matcher
Size: 2 (Medium)

http://phpunit.de/manual/4.1/en/appendixes.assertions.html#appendixes.assertions.assertClassHasAttribute

Type: Feature
Component: Matcher
Size: 2 (Medium)

It seems common for the backtraces to have a lot of unknown files and line. We know the objects so maybe we can use reflection to look up where they...

Size: 2 (Medium)
Type: Improvement
Component: CLI

`url ?:string has parameter ?:string with value ?`

Type: Feature
Component: Matcher
Size: 1 (Small)

PHPUnit does not support this and its very annoying: ``` bash concise MyTest.php MyOtherTest.php ```

Type: Feature
Size: 2 (Medium)
Component: CLI

PHPUnit supports limiting a test case to whole seconds, but 1 second is a very long time in unit testing. It would be nice if we would set (even soft...

Type: Feature
Component: CLI

Size: 2 (Medium)
Type: Improvement
Component: CLI

For example `a7b0deb1-32bd-4da8-91a6-e5875bb0d401`

Type: Feature
Component: Matcher
Size: 2 (Medium)

Any property should try and call a method with the same name: ``` php $this->mock('CustomerEntity')->disableConstuctor()->done(); ``` Will work the same as: ``` php $this->mock('CustomerEntity')->disableConstuctor->done; ```

Component: Mocking
Size: 1 (Small)