Skip to content

Commit

Permalink
Fix metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Feb 13, 2024
1 parent 814e84e commit 23db770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ Please make sure that the following requirements are satisfied before submitting
To test ORM engine locally, download the `cycle/orm` repository and start docker containers inside the tests folder:

```bash
$ cd tests/
$ docker-compose up
cd tests/
docker-compose up
```

To run full test suite:

```bash
$ ./vendor/bin/phpunit
./vendor/bin/phpunit
```

To run quick test suite:

```bash
$ ./vendor/bin/phpunit tests/ORM/Functional/Driver/SQLite
./vendor/bin/phpunit tests/ORM/Functional/Driver/SQLite
```

## Help Needed In
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnError="false"
stopOnFailure="true"
stopOnError="true"
>
<coverage>
<include>
Expand Down

0 comments on commit 23db770

Please sign in to comment.