Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
ff54c09c
Commit
ff54c09c
authored
Oct 29, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated vendors
parent
c100a49e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
tests/Silex/Tests/ApplicationTest.php
tests/Silex/Tests/ApplicationTest.php
+1
-1
update_vendors.sh
update_vendors.sh
+1
-1
vendor/Symfony/Component/BrowserKit
vendor/Symfony/Component/BrowserKit
+1
-1
vendor/Symfony/Component/HttpFoundation
vendor/Symfony/Component/HttpFoundation
+1
-1
vendor/Symfony/Component/HttpKernel
vendor/Symfony/Component/HttpKernel
+1
-1
vendor/Symfony/Component/Routing
vendor/Symfony/Component/Routing
+1
-1
vendor/doctrine-common
vendor/doctrine-common
+1
-1
vendor/doctrine-dbal
vendor/doctrine-dbal
+1
-1
vendor/monolog
vendor/monolog
+1
-1
No files found.
tests/Silex/Tests/ApplicationTest.php
View file @
ff54c09c
...
...
@@ -162,7 +162,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
// charset is appended to Content-Type
$response
=
$app
->
handle
(
Request
::
create
(
'/'
));
$response
->
prepare
();
$this
->
assertEquals
(
'text/html; charset=ISO-8859-1'
,
$response
->
headers
->
get
(
'Content-Type'
));
}
}
...
...
update_vendors.sh
View file @
ff54c09c
...
...
@@ -18,7 +18,7 @@ git fetch origin && git reset --hard origin/2.1.x
cd
../..
cd
vendor/monolog
git fetch origin
&&
git reset
--hard
1.0.
1
git fetch origin
&&
git reset
--hard
1.0.
2
cd
../..
cd
vendor/pimple
...
...
BrowserKit
@
b3e5dfdd
Subproject commit
17a714b8563cbda971b53e30618f2f23aa038764
Subproject commit
b3e5dfdd17d22eff5d7988afa280c6333f66bd2f
HttpFoundation
@
f842885e
Subproject commit
4f77323cb0ee17c9ad4b2935ffb5c054219d9269
Subproject commit
f842885e49bd78cc232adf6eeebd11cb03500c1b
HttpKernel
@
6e058898
Subproject commit
94e002efd6b13249ea49c0b922661637617fec41
Subproject commit
6e0588985ed7c3d6baf6fe2edacece99acf23e14
Routing
@
66fe26cf
Subproject commit
0b6600ae9f92bdab03fe77c2e842bb418b26df97
Subproject commit
66fe26cf7c8496487226f860b675eefcf9b3e856
doctrine-common
@
e4a48fae
Subproject commit
2913bcf6cf5a39fba49b4de07650510a56612929
Subproject commit
e4a48faef35752ba3cd1d261316313e9c09e0c81
doctrine-dbal
@
7df036a6
Subproject commit
17005ec6a0d1c6647597c37749a1087807e12c83
Subproject commit
7df036a6778de6162859b456e011d81219f806ba
monolog
@
b704c49a
Subproject commit
303b8a83c87d5c6d749926cf02620465a5dcd0f
2
Subproject commit
b704c49a3051536f67f2d39f13568f74615b992
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment