Typo fixes (#254)
This commit is contained in:
parent
0326819637
commit
f878dd9084
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -9,6 +9,6 @@
|
|||||||
|
|
||||||
| Q | A
|
| Q | A
|
||||||
| ---------------- | ---
|
| ---------------- | ---
|
||||||
| Yii vesion |
|
| Yii version |
|
||||||
| PHP version |
|
| PHP version |
|
||||||
| Operating system |
|
| Operating system |
|
||||||
|
@ -132,7 +132,7 @@ TESTING
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
Tests are located in `tests` directory. They are developed with [Codeception PHP Testing Framework](http://codeception.com/).
|
Tests are located in `tests` directory. They are developed with [Codeception PHP Testing Framework](http://codeception.com/).
|
||||||
By default there are 3 test suites:
|
By default, there are 3 test suites:
|
||||||
|
|
||||||
- `unit`
|
- `unit`
|
||||||
- `functional`
|
- `functional`
|
||||||
@ -155,7 +155,7 @@ To execute acceptance tests do the following:
|
|||||||
|
|
||||||
1. Rename `tests/acceptance.suite.yml.example` to `tests/acceptance.suite.yml` to enable suite configuration
|
1. Rename `tests/acceptance.suite.yml.example` to `tests/acceptance.suite.yml` to enable suite configuration
|
||||||
|
|
||||||
2. Replace `codeception/base` package in `composer.json` with `codeception/codeception` to install full featured
|
2. Replace `codeception/base` package in `composer.json` with `codeception/codeception` to install full-featured
|
||||||
version of Codeception
|
version of Codeception
|
||||||
|
|
||||||
3. Update dependencies with Composer
|
3. Update dependencies with Composer
|
||||||
|
@ -29,7 +29,7 @@ $config = [
|
|||||||
'mailer' => [
|
'mailer' => [
|
||||||
'class' => 'yii\swiftmailer\Mailer',
|
'class' => 'yii\swiftmailer\Mailer',
|
||||||
// send all mails to a file by default. You have to set
|
// send all mails to a file by default. You have to set
|
||||||
// 'useFileTransport' to false and configure a transport
|
// 'useFileTransport' to false and configure transport
|
||||||
// for the mailer to send real emails.
|
// for the mailer to send real emails.
|
||||||
'useFileTransport' => true,
|
'useFileTransport' => true,
|
||||||
],
|
],
|
||||||
|
@ -70,7 +70,7 @@ info "Removing default site configuration"
|
|||||||
rm /etc/nginx/sites-enabled/default
|
rm /etc/nginx/sites-enabled/default
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
||||||
info "Initailize databases for MySQL"
|
info "Initialize databases for MySQL"
|
||||||
mysql <<< 'CREATE DATABASE yii2basic'
|
mysql <<< 'CREATE DATABASE yii2basic'
|
||||||
mysql <<< 'CREATE DATABASE yii2basic_test'
|
mysql <<< 'CREATE DATABASE yii2basic_test'
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
Loading…
Reference in New Issue
Block a user