Skip to content

Commit

Permalink
#5 Codeception testing framework.
Browse files Browse the repository at this point in the history
- Updated readme file.
- Removed acceptance and functional files
- Removed 'dist' files.
  • Loading branch information
dzinpa committed Nov 21, 2020
1 parent 20aa098 commit 4b6f8d5
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 103 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
.classpath
.project
nbproject
vendor/
*.yml
vendor/
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Simple PHP OOP library for creating database queries.
### Testing
`DbQuery` uses [Codeception](https://github.com/Codeception/Codeception) for testing.

* Copy codeception.yml-dist to codeception.yml
* Copy functional.suite.yml-dist to functional.suite.yml
* Run the following command from the root directory to run every test:
Run the following command from the root directory to run every test:
```
composer test
```
File renamed without changes.
26 changes: 0 additions & 26 deletions tests/_support/AcceptanceTester.php

This file was deleted.

26 changes: 0 additions & 26 deletions tests/_support/FunctionalTester.php

This file was deleted.

10 changes: 0 additions & 10 deletions tests/_support/Helper/Acceptance.php

This file was deleted.

10 changes: 0 additions & 10 deletions tests/_support/Helper/Functional.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/acceptance.suite.yml-dist

This file was deleted.

13 changes: 0 additions & 13 deletions tests/functional.suite.yml-dist

This file was deleted.

File renamed without changes.

0 comments on commit 4b6f8d5

Please sign in to comment.