Acceptance tests have been removed from the PHP project.

This commit is contained in:
marco 2015-12-14 16:09:20 +01:00
parent a2d38c9076
commit e059eec5ea

View File

@ -8,7 +8,6 @@ MailPoet done the right way.
```
php
nodejs
phantomjs
wordpress
```
@ -47,16 +46,6 @@ $ ./do compile:all
$ ./do test:unit
```
- Acceptance tests:
```sh
$ ./do test:acceptance
```
- Run all tests:
```sh
$ ./do test:all
```
- Debug tests:
```sh
$ ./do test:debug