10000 Use GitHub syntax highlighting by lologhi · Pull Request #2 · symfony/routing · GitHub
[go: up one dir, main page]

Skip to content

Use GitHub syntax highlighting #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove non working syntax highlighting
  • Loading branch information
lologhi committed Sep 25, 2014
commit 7f0d8f26ae5409c471d931aba231430d2a1f3b14
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Routing associates a request with the code that will convert it to a response.
The example below demonstrates how you can set up a fully working routing
system:

```php
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Matcher\UrlMatcher;
use Symfony\Component\Routing\RequestContext;
Expand All @@ -24,15 +23,12 @@ system:
$matcher = new UrlMatcher($routes, $context);

$parameters = $matcher->match('/hello');
```

Resources
---------

You can run the unit tests with the following command:

```bash
$ cd path/to/Symfony/Component/Routing/
$ composer.phar install
$ phpunit
```
0