File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/AppBundle/Controller/Admin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function testAdminBackendHomePage()
8181
8282 /**
8383 * 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
8585 * to the database are rolled back when this test completes. This means that
8686 * all the application tests begin with the same database contents.
8787 */
@@ -99,7 +99,7 @@ public function testAdminDeletePost()
9999
100100 /**
101101 * 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
103103 * to the database are rolled back when this test completes. This means that
104104 * all the application tests begin with the same database contents.
105105 */
You can’t perform that action at this time.
0 commit comments