Skip to content

Commit 9d79c9a

Browse files
committed
Revert some changes
1 parent fdfe4e4 commit 9d79c9a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/AppBundle/Controller/Admin/BlogControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
/**
1818
* Functional test for the controllers defined inside the BlogController used
1919
* for managing the blog in the backend.
20-
* See http://symfony.com/doc/current/book/testing.html#functional-tests.
20+
*
21+
* See http://symfony.com/doc/current/book/testing.html#functional-tests
2122
*
2223
* Whenever you test resources protected by a firewall, consider using the
2324
* technique explained in:

tests/AppBundle/Utils/SluggerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
/**
1717
* Unit test for the application utils.
18-
* See http://symfony.com/doc/current/book/testing.html#unit-tests.
18+
*
19+
* See http://symfony.com/doc/current/book/testing.html#unit-tests
1920
*
2021
* Execute the application tests using this command (requires PHPUnit to be installed):
2122
*

0 commit comments

Comments
 (0)