Skip to content

Commit ebb7a92

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent b351671 commit ebb7a92

25 files changed

+10
-321
lines changed

changelog.markdown

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3028,15 +3028,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
30283028

30293029

30303030

3031-
### module-webdriver 1.1.3: Support PHP 8
3032-
3033-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/10/24 15:41:47 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
3034-
3035-
3036-
3037-
3038-
3039-
30403031
### module-phpbrowser 1.0.2: Support PHP 8
30413032

30423033
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/10/24 15:29:51 / [Repository](https://github.com/Codeception/module-phpbrowser) / [Releases](https://github.com/Codeception/module-phpbrowser/releases)
@@ -3474,6 +3465,16 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
34743465
Use assertStringNotContainsString instead of assertNotContains in dontSeeInShellOutput
34753466

34763467

3468+
### module-webdriver 1.0.2: Updated documentation of debug_log_entries
3469+
3470+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/02/04 17:25:43 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
3471+
3472+
3473+
3474+
module-webdriver does not display Selenium logs on every error by default,
3475+
for debugging please change debug_log_entries in module configuration to positive value.
3476+
3477+
34773478
### module-rest 1.2.0: Response validation using JsonSchema
34783479

34793480
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2020/02/01 19:29:49 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)

docs/modules/AMQP.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: AMQP - Codeception - Documentation
1010
# AMQP
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-amqp
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `AMQP` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Apc.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Apc - Codeception - Documentation
1010
# Apc
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-apc
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Apc` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Asserts.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Asserts - Codeception - Documentation
1010
# Asserts
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-asserts
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Asserts` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Cli.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Cli - Codeception - Documentation
1010
# Cli
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-cli
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Cli` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/DataFactory.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: DataFactory - Codeception - Documentation
1010
# DataFactory
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-datafactory
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `DataFactory` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Db.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Db - Codeception - Documentation
1010
# Db
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-db
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Db` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Doctrine2.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Doctrine2 - Codeception - Documentation
1010
# Doctrine2
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-doctrine2
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Doctrine2` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/FTP.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: FTP - Codeception - Documentation
1010
# FTP
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-ftp
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `FTP` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

docs/modules/Filesystem.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,11 @@ title: Filesystem - Codeception - Documentation
1010
# Filesystem
1111
### Installation
1212

13-
If you use Codeception installed using composer, install this module with the following command:
14-
1513
{% highlight yaml %}
1614
composer require --dev codeception/module-filesystem
1715

1816
{% endhighlight %}
1917

20-
Alternatively, you can enable `Filesystem` module in suite configuration file and run
21-
22-
{% highlight yaml %}
23-
codecept init upgrade4
24-
25-
{% endhighlight %}
26-
27-
This module was bundled with Codeception 2 and 3, but since version 4 it is necessary to install it separately.
28-
Some modules are bundled with PHAR files.
29-
Warning. Using PHAR file and composer in the same project can cause unexpected errors.
30-
3118
### Description
3219

3320

0 commit comments

Comments
 (0)