Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
faaabeec
Commit
faaabeec
authored
Jan 26, 2014
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs fixed
parent
107eb811
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
extensions/codeception/README.md
+6
-6
No files found.
extensions/codeception/README.md
View file @
faaabeec
...
@@ -59,7 +59,7 @@ $this->codeGuy->someMethodFromModule();
...
@@ -59,7 +59,7 @@ $this->codeGuy->someMethodFromModule();
Codeception events
Codeception events
------------------
------------------
t
o fire event do this:
T
o fire event do this:
```
php
```
php
<?php
<?php
...
@@ -74,8 +74,8 @@ this event can be catched in modules and helpers. If your test is in the group,
...
@@ -74,8 +74,8 @@ this event can be catched in modules and helpers. If your test is in the group,
for example
```myevent.somegroup```
.
for example
```myevent.somegroup```
.
Special test method
s chain call
Special test method
chaining
----------------------------
---
----------------------------
Execution of special tests methods is (for example on
```UserTest```
class):
Execution of special tests methods is (for example on
```UserTest```
class):
...
@@ -110,9 +110,9 @@ SomeConsoleTest extends \yii\codeception\TestCase
...
@@ -110,9 +110,9 @@ SomeConsoleTest extends \yii\codeception\TestCase
}
}
```
```
The
`$appConfig`
property could be an array or
valid alias, pointing to file that returns
config array. You can specify
The
`$appConfig`
property could be an array or
a valid alias, pointing to the file that returns a
config array. You can specify
application class in the config, for example for testing console commands
/
features you can create
`_console.php`
config under
application class in the config, for example for testing console commands
or
features you can create
`_console.php`
config under
`tests/unit`
folder
like this:
`tests/unit`
directory
like this:
```
php
```
php
return
yii\helpers\ArrayHelper
::
merge
(
return
yii\helpers\ArrayHelper
::
merge
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment