peridot icon indicating copy to clipboard operation
peridot copied to clipboard

Event driven BDD test framework for PHP

Results 14 peridot issues
Sort by recently updated
recently updated
newest added

After a while of thinking about what a peridot 2.0 should look like, I don't think i want to try and compete with Kahlan and PHPUnit. Peridot 1.0 is basically...

The feature I am inquiring about is [runInSeparateProcess](https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.runInSeparateProcess) from PHPUnit. I am using Mockery to stub out some classes with the alias and overload classes found [here](http://docs.mockery.io/en/latest/reference/startup_methods.html). So my questions...

feature request

Is it possible to implement these with current API and add it to current [DSL](https://github.com/peridot-php/peridot/blob/master/src/Dsl.php)? **beforeAll** Runs a function before any of the tests in this file run. Example in...

Relates to #192. For reference, this is the logic I use in Phony to check for ANSI support: ```php 'stdout.ansi' => function () { // @codeCoverageIgnoreStart if (DIRECTORY_SEPARATOR === '\\')...

bug

I think the concept of data providers is something that lots of people will look for when switching from PHPUnit to Peridot. I think I brought it up with @brianium...

question

See https://github.com/peridot-php/peridot/blob/21ae9954b4f02d6c347f1ed26633b367a7652ee5/src/Core/AbstractTest.php#L131

maintenance

See https://github.com/peridot-php/peridot/blob/21ae9954b4f02d6c347f1ed26633b367a7652ee5/src/Core/AbstractTest.php#L309

maintenance

Hi! I want to do my integration or e2e tests wit peridot, please add an example of using it with symfony2.

documentation needed

Currently in some parts of the code, such as the new composite reporter, we assume that a reporter will have the `setEventEmitter()` method, which comes from `HasEventEmitterTrait` that we add...

bug

So I've been out of the PHP game for a few months and as a 'back-on-the-horse' exercise, I wanted to play around with Peridot as I really like the syntax...

feature request
plugin