Skip to content

Commit 3a94540

Browse files
javiereguiluzdmaicher
authored andcommitted
Fixed a typo
1 parent 172ce3d commit 3a94540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AppBundle/Controller/Admin/BlogControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)