Yii v2 snippet guide III

Comparing #92 with #93

Revision #93 was created by rackycz rackycz on Nov 23, 2021, 8:48:13 PM.

Tests

Content

[...]
If you receive error "WebDriver is not installed", you need to call this composer command:

```php
composer require codeception/module-webdriver --dev
```

 
PS: There is also this file [ChromeDriver](https://chromedriver.chromium.org/downloads) but I am not really sure if it is an alternative to "codeception/module-webdriver" or when to use it. I havent studied it yet.