Skip to content

Commit ebf4069

Browse files
committed
auto updated documentation
1 parent 89cda01 commit ebf4069

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

changelog.markdown

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,41 @@ title: Codeception Changelog
99

1010
#### 2.0.3
1111

12-
* <strong>Symfony2</strong> Symfony3 directory structure implemented by <strong><a href="https://github.com/a6software">@a6software</a></strong> *2014-07-21*
12+
* <strong>[Symfony2]</strong> Symfony3 directory structure implemented by <strong><a href="https://github.com/a6software">@a6software</a></strong> *2014-07-21*
1313
* Console: printing returned values *2014-07-21*
1414
* FIX: TAP and JSON logging should not be started when no option --json or --tap provided *2014-07-21*
15-
* <strong>Doctrine2</strong> FIXED: persisting transaction between Symfony requests *2014-07-19*
16-
* <strong>Symfony2</strong> created Symfony2 connector with persistent services *2014-07-19*
17-
* <strong>Doctrine2</strong> implemented haveInRepository method (previously empty) *2014-07-17*
15+
* <strong>[Doctrine2]</strong> FIXED: persisting transaction between Symfony requests *2014-07-19*
16+
* <strong>[Symfony2]</strong> created Symfony2 connector with persistent services *2014-07-19*
17+
* <strong>[Doctrine2]</strong> implemented haveInRepository method (previously empty) *2014-07-17*
1818
* When Cest fails <strong><a href="https://github.com/after">@after</a></strong> method wont be executed *2014-07-17*
19-
* <strong>Laravel4</strong> App is rebooted before each test. Fixes <a href="https://github.com/Codeception/Codeception/issues/1205">#1205</a> *2014-07-15*
19+
* <strong>[Laravel4]</strong> App is rebooted before each test. Fixes <a href="https://github.com/Codeception/Codeception/issues/1205">#1205</a> *2014-07-15*
2020
* FIX: `codeception/specify` is now available in phar *2014-07-14*
2121
* FIX: Interactive console works again *2014-07-09*
2222
* `_bootstrap.php` is now loaded before `beforeSuite` module hooks.
2323
* FIX: Suite `_bootstrap.php` was loaded after test run by <strong><a href="https://github.com/samdark">@samdark</a></strong> *2014-07-11*
2424

2525
#### 2.0.2
2626

27-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> correctly send values when there are several submit buttons in a form by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-08*
28-
* <strong>REST</strong> fixed connection with framework modules *2014-07-06*
29-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> `checkOption` now works for checkboxes with array[] name by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong>
30-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-05*
31-
* <strong>FTP</strong> MODULE ADDED by <strong><a href="https://github.com/nathanmac">@nathanmac</a></strong> *2014-07-05*
32-
* <strong>WebDriver</strong> Enabled remote upload of local files to remote selenium server by <strong><a href="https://github.com/motin">@motin</a></strong> *2014-07-05*
33-
* <strong>Yii2</strong><strong>Yii1</strong> disabled logging for better functional test performance
27+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> correctly send values when there are several submit buttons in a form by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-08*
28+
* <strong>[REST]</strong> fixed connection with framework modules *2014-07-06*
29+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> `checkOption` now works for checkboxes with array[] name by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong>
30+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by <strong><a href="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-05*
31+
* <strong>[FTP]</strong> MODULE ADDED by <strong><a href="https://github.com/nathanmac">@nathanmac</a></strong> *2014-07-05*
32+
* <strong>[WebDriver]</strong> Enabled remote upload of local files to remote selenium server by <strong><a href="https://github.com/motin">@motin</a></strong> *2014-07-05*
33+
* <strong>[Yii2]</strong><strong>[Yii1]</strong> disabled logging for better functional test performance
3434

3535
#### 2.0.1
3636

37-
* <strong>Phalcon1</strong> Fixed connector
38-
* <strong>WebDriver</strong> added seeInPageSource and dontSeeInPageSource methods
39-
* <strong>WebDriver</strong> see method now checks only for visible BODY element by <strong><a href="https://github.com/artyfarty">@artyfarty</a></strong>
40-
* <strong>REST</strong> added Bearer authentication by <strong><a href="https://github.com/dizews">@dizews</a></strong>
37+
* <strong>[Phalcon1]</strong> Fixed connector
38+
* <strong>[WebDriver]</strong> added seeInPageSource and dontSeeInPageSource methods
39+
* <strong>[WebDriver]</strong> see method now checks only for visible BODY element by <strong><a href="https://github.com/artyfarty">@artyfarty</a></strong>
40+
* <strong>[REST]</strong> added Bearer authentication by <strong><a href="https://github.com/dizews">@dizews</a></strong>
4141
* removed auto added submit buttons in forms previously used as hook for DomCrawler
4242
* BUGFIX: PHP 5.4.x compatibility fixed. Sample error output: 'Method WelcomeCept.php does not exist' <a href="https://github.com/Codeception/Codeception/issues/1084">#1084</a> <a href="https://github.com/Codeception/Codeception/issues/1069">#1069</a> <a href="https://github.com/Codeception/Codeception/issues/1109">#1109</a>
4343
* Second parameter of Cest method is treated as scenario variable on parse. Fix <a href="https://github.com/Codeception/Codeception/issues/1058">#1058</a>
4444
* prints raw stack trace including codeception classes in -vvv mode
4545
* screenshots on fail are saved to properly named files <a href="https://github.com/Codeception/Codeception/issues/1075">#1075</a>
46-
* <strong>Symfony2</strong> added debug config option to switch debug mode by <strong><a href="https://github.com/pmcjury">@pmcjury</a></strong>
46+
* <strong>[Symfony2]</strong> added debug config option to switch debug mode by <strong><a href="https://github.com/pmcjury">@pmcjury</a></strong>
4747

4848
#### 2.0.0
4949

@@ -62,7 +62,7 @@ title: Codeception Changelog
6262

6363
#### 2.0.0-RC
6464

65-
* <strong>WebDriver</strong> makeScreenshot does not use filename of a test
65+
* <strong>[WebDriver]</strong> makeScreenshot does not use filename of a test
6666
* added `grabAttributeFrom`
6767
* seeElement to accept attributes in second parameter: seeElement('input',['name'=>'login'])
6868

0 commit comments

Comments
 (0)