File tree 1 file changed +2
-2
lines changed
tests/AppBundle/Controller/Admin
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function testAdminBackendHomePage()
81
81
82
82
/**
83
83
* This test changes the database contents by deleting a blog post. However,
84
- * thanks to the DAMADoctrineTestBundle and its PRPUnit listener, all changes
84
+ * thanks to the DAMADoctrineTestBundle and its PHPUnit listener, all changes
85
85
* to the database are rolled back when this test completes. This means that
86
86
* all the application tests begin with the same database contents.
87
87
*/
@@ -99,7 +99,7 @@ public function testAdminDeletePost()
99
99
100
100
/**
101
101
* This test changes the database contents by editing a blog post. However,
102
- * thanks to the DAMADoctrineTestBundle and its PRPUnit listener, all changes
102
+ * thanks to the DAMADoctrineTestBundle and its PHPUnit listener, all changes
103
103
* to the database are rolled back when this test completes. This means that
104
104
* all the application tests begin with the same database contents.
105
105
*/
You can’t perform that action at this time.
0 commit comments