Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e92994c

Browse filesBrowse files
committed
merged branch lsmith77/HttpFoundation_test (PR symfony#3744)
Commits ------- 925b65d updated reference to tests Discussion ---------- updated reference to tests this is basically the format used in all other components. however i am not sure if it really makes sense to list ``phpunit -c src/Symfony/Component/HttpFoundation/``, since this relative path could be confusing for anyone using the standalone components. But even if using ``symfony/symfony`` the path is wrong relative to the location of the README.md.
2 parents 452e795 + 925b65d commit e92994c
Copy full SHA for e92994c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
  • src/Symfony/Component/HttpFoundation
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎src/Symfony/Component/HttpFoundation/README.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ If you are using PHP 5.3.x you must add the following to your autoloader:
3838
$loader->registerPrefixFallback(__DIR__.'/../vendor/symfony/src/Symfony/Component/HttpFoundation/Resources/stubs');
3939
}
4040

41-
4241
Resources
4342
---------
4443

45-
Unit tests:
44+
You can run the unit tests with the following command:
4645

47-
https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/HttpFoundation
46+
phpunit -c src/Symfony/Component/HttpFoundation/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.