Skip to content

Commit f18f791

Browse files
javigomezDavertMik
authored andcommitted
Fix link (Codeception#101)
1 parent 61f493a commit f18f791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-06-03-codeception-2.2-is-here.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you have questions about Codeception you can ask them on our **community foru
1414

1515
We encourage you to UPGRADE to 2.2. Please take a look into changes marked as *breaking*.
1616

17-
* The most important change is introduction of **module conflicts**. If modules share the same interface they probably should not be used together except the cases when the modules are loaded partially. This way you can't use `Laravel5` module with `WebDriver` but you can use `Laravel5` with `part: ORM` so only ORM actions to be loaded. This change is important in order to avoid confusion in your functional or acceptance tests. If you use 2 similar modules you can't be sure which one is executed when you call `$I->amOnPage`. [Learn more](codeception.com/03-05-2016/codeception-2.2.-upcoming-features.html#conflicts) from previous blogpost.
17+
* The most important change is introduction of **module conflicts**. If modules share the same interface they probably should not be used together except the cases when the modules are loaded partially. This way you can't use `Laravel5` module with `WebDriver` but you can use `Laravel5` with `part: ORM` so only ORM actions to be loaded. This change is important in order to avoid confusion in your functional or acceptance tests. If you use 2 similar modules you can't be sure which one is executed when you call `$I->amOnPage`. [Learn more](http://codeception.com/03-05-2016/codeception-2.2.-upcoming-features.html#conflicts) from previous blogpost.
1818
* Please also note that **Dbh and Laravel4 module were removed** from core package and moved into separate packages.
1919
* `Codeception\TestCase` was replaced with `Codeception\TestInterface` to it is a good idea to replace its usages in your Helper files.
2020
* Cept and Cest formats are no longer extend `PHPUnit_Framework_TestCase`, so they don't have `expectException`, `getMock`, etc.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy