You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-09-04-using-codeception-for-symfony-projects.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ date: 2015-09-04 01:03:50
6
6
7
7
Codeception Testing Framework from its roots was a plugin of symfony 1 framework. Today Codeception is powered by Symfony components and can be used to run functional tests for practically any popular PHP framework.
8
8
9
-
Why would you someone ever choose Codeception if Symfony is already have mature testing infrastructure. Well, here are our reasons. Codeception tests are:
9
+
Why would you someone ever choose Codeception if Symfony already has mature testing infrastructure. Well, here are our reasons. Codeception tests are:
10
10
11
11
***fast**, as each functional/integration test is wrapped into transaction using Doctrine ORM
12
12
***scenario-driven**, it means that tests are linear, described in easy to get PHP DSL
0 commit comments