@@ -19,11 +19,19 @@ codecept run unit tests/unit/Codeception/TestLoaderTest
1919codecept run unit Codeception
2020codecept 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+
2225codecept run unit Codeception/TestLoaderTest.php
2326codecept run unit Codeception/TestLoaderTest
2427codecept run unit Codeception/TestLoaderTest.php:testAddCept
2528codecept 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+
2735codecept run unit tests/unit/Codeception
2836codecept run unit tests/unit/Codeception:testAddCept
2937codecept 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/ ).
4351Usage 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
0 commit comments