File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,22 @@ symfony/phpunit-bridge allows environment variable `SYMFONY_PHPUNIT_VERSION` to
186186
187187Please submit a PR if you have a solution!
188188
189+ # # Development
190+
191+ Follow these steps to add new features or develop your own fork :
192+
193+ ` ` `
194+ # Get source code (or replace with your fork URL)
195+ $ git checkout https://github.com/johnkary/phpunit-speedtrap.git phpunit-speedtrap
196+
197+ # Install dev dependencies
198+ $ cd phpunit-speedtrap
199+ $ composer install
200+
201+ # Run test suite to verify code runs as expected
202+ $ vendor/bin/phpunit
203+ ` ` `
204+
189205# # Inspiration
190206
191207SpeedTrap was inspired by [RSpec's](https://github.com/rspec/rspec) `--profile` option that displays feedback about slow tests.
You can’t perform that action at this time.
0 commit comments