Marius Balčytis

Results 4 issues of Marius Balčytis

One of the things php-pm allows to do, which simple php-fpm doesn't, is to share the state between the requests. Of course, this shouldn't be overused, but is caching things...

enhancement

Currently if running functional tests, `maba:webpack:compile` must be ran beforehand. This might cause issues if cache is cleared inside the tests, different environments used, several tests are ran simultaneously (via...

[Codeception](https://codeception.com/) is quite popular testing framework for PHP, giving ability to write acceptance and functional tests. Page objects: https://codeception.com/docs/06-ReusingTestCode#pageobjects Available locators (probably best to stick to strict ones when generating...

enhancement

You should tag last commit as `1.0.0` or at least `0.1.0` (but I think it's pretty stable now, as there's almost no changes happening to this library) so that composer...