Skip to content

Commit

Permalink
Textanpassungen
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-maurer committed Apr 10, 2020
1 parent 54a64e3 commit 3afbf8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ alle Tests
```bash
$ composer run-script test
```
nur Test Suite für [PHP Basis Testaufgaben](tests/php/basic/README.md)
nur Test Suite für [PHP Basis Testaufgaben](tests/php/basic)
```bash
$ composer run-script test-php-basic
$ composer run-script test -- --testsuite test-php-basic
```
nur Test Suite für [PHP Advanced Testaufgaben](tests/php/advanced/README.md)
nur Test Suite für [PHP Advanced Testaufgaben](tests/php/advanced)
```bash
$ composer run-script test-php-advanced
$ composer run-script test -- --testsuite test-php-advanced
```

## Testaufgaben
- [PHP Basis Testaufgaben](tests/php/basic/README.md)
- [PHP Basis Testaufgaben](tests/php/basic)
- [Objektorientierte Programmierung](tests/php/basic/oop.md) (~1h)
+ [PHP Advanced Testaufgaben](tests/php/advanced/README.md)
+ [PHP Advanced Testaufgaben](tests/php/advanced)
- [Shop Refactoring und Unit Tests](tests/php/advanced/shop.md) (~1h45m)
- [Shop Cart Implementierung](tests/php/advanced/shop-cart.md) (~2h)

0 comments on commit 3afbf8f

Please sign in to comment.