Skip to content

Commit 7d781c6

Browse files
committed
auto updated documentation
1 parent b65b2d1 commit 7d781c6

File tree

18 files changed

+1308
-1303
lines changed

18 files changed

+1308
-1303
lines changed

changelog.markdown

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@ codecept run unit tests/unit/Codeception/TestLoaderTest
1919
codecept run unit Codeception
2020
codecept run unit Codeception:testAddCept
2121
22+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception
23+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception:testAddCept
24+
2225
codecept run unit Codeception/TestLoaderTest.php
2326
codecept run unit Codeception/TestLoaderTest
2427
codecept run unit Codeception/TestLoaderTest.php:testAddCept
2528
codecept run unit Codeception/TestLoaderTest:testAddCept
2629
30+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest.php
31+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest.php:testAddCept
32+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest
33+
codecept run unit /var/www/myapp.dev/vendor/codeception/codeception/tests/unit/Codeception/TestLoaderTest:testAddCept
34+
2735
codecept run unit tests/unit/Codeception
2836
codecept run unit tests/unit/Codeception:testAddCept
2937
codecept run unit tests/unit/Codeception/TestLoaderTest.php
@@ -39,11 +47,11 @@ codecept run unit tests/unit/Codeception/TestLoaderTest:testAddCept
3947
* <strong>[REST]</strong> sendXXX methods now encode objects implementing JsonSerializable interfaces. *2014-12-19*
4048
* <strong>[REST]</strong> added methods to validate JSON structure *2014-12-19*
4149

42-
`seeResponseJsonMatchesJsonPath` validates response JSON against [JsonPath](http://goessner.net/articles/JsonPath/).
50+
`seeResponseJsonMatchesJsonPath` validates response JSON against <strong>[JsonPath]</strong>(http://goessner.net/articles/JsonPath/).
4351
Usage of JsonPath requires library "flow/jsonpath" to be installed.
4452

4553
`seeResponseJsonMatchesXpath` validates response JSON against XPath.
46-
It converts JSON structure into valid XML document and executes XPath for it.
54+
It converts JSON structure into valid XPath document and executes XPath for it.
4755

4856
`grabDataFromResponseByJsonPath` method was added as well to grab data JSONPath.
4957

docs/modules/Dbh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Dbh Module - Codeception - Documentation
99

1010

1111
This module replaces Db module for functional and unit testing, and requires PDO instance to be set.
12-
Be default it will cover all database queries into transaction and rollback it afterwards.
12+
By default it will cover all database queries into transaction and rollback it afterwards.
1313
The database should support nested transactions, in order to make cleanup work as expected.
1414

1515
Pass PDO instance to this module from within your bootstrap file.

0 commit comments

Comments
 (0)