Skip to content

Commit ae246c5

Browse files
committed
Not powered by PHPUnit
1 parent 792f377 commit ae246c5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/07-AdvancedUsage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,7 @@ Copy this seed value from output to be able to rerun tests in the same order.
552552

553553
{% highlight yaml %}
554554
$ codecept run
555-
Codeception PHP Testing Framework v2.4.5
556-
Powered by PHPUnit 5.7.27 by Sebastian Bergmann and contributors.
555+
Codeception PHP Testing Framework v5.0.0 https://helpukrainewin.org
557556
[Seed] 1872290562
558557

559558
{% endhighlight %}

for/laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ php vendor/bin/codecept g:cest functional Login
7474
7575
## Unit Tests
7676
77-
Codeception is powered by PHPUnit so unit and integration test work in a similar manner. To genereate a unit test run:
77+
To generate a unit test run:
7878
7979
```
8080
php vendor/bin/codecept g:test unit "Foo\Bar"

for/phalcon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This will create `tests` directory and configuration file `codeception.yml`. Thi
3636

3737
### Unit Testing
3838

39-
Codeception is powered by PHPUnit so unit and integration tests work in a similar manner. Add Phalcon to your unit test by adding the following to your `unit.suite.yml`:
39+
Add Phalcon to your unit test by adding the following to your `unit.suite.yml`:
4040
```yaml
4141
# Codeception Test Suite Configuration
4242
#

0 commit comments

Comments
 (0)