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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
f0d6b560
Commit
f0d6b560
authored
Dec 15, 2013
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small typo fix
parent
bec6743e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
extensions/codeception/README.md
+3
-3
No files found.
extensions/codeception/README.md
View file @
f0d6b560
...
@@ -13,7 +13,7 @@ and application destroy after each test. You can configure your application by t
...
@@ -13,7 +13,7 @@ and application destroy after each test. You can configure your application by t
methods and assertions are available.
methods and assertions are available.
```
php
```
php
SomeConsoleTest
Test
extends yii
\c
odeception
\T
estCase
SomeConsoleTest extends yii
\c
odeception
\T
estCase
{
{
# by default it is @tests/unit/_bootstrap.php which holds some basic things like:
# by default it is @tests/unit/_bootstrap.php which holds some basic things like:
# including composer autoload, include BaseYii class.
# including composer autoload, include BaseYii class.
...
@@ -51,7 +51,7 @@ SomeDebugTest extends yii\codeception\TestCase
...
@@ -51,7 +51,7 @@ SomeDebugTest extends yii\codeception\TestCase
public function testSmth()
public function testSmth()
{
{
Debug::debug('some my string);
Debug::debug('some my string
'
);
Debug::debug($someArray);
Debug::debug($someArray);
Debug::debug($someObject);
Debug::debug($someObject);
}
}
...
@@ -62,7 +62,7 @@ SomeDebugTest extends yii\codeception\TestCase
...
@@ -62,7 +62,7 @@ SomeDebugTest extends yii\codeception\TestCase
Then run command ```php codecept.phar run --debug unit/SomeDebugTest``` (Codeception also available through composer) and you will see in output:
Then run command ```php codecept.phar run --debug unit/SomeDebugTest``` (Codeception also available through composer) and you will see in output:
```
html
```
html
some string
some
my
string
Array
Array
(
(
...
...
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