github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

symfony / symfony

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
    • 1,061
    • 191
  • Source
  • Commits
  • Network
  • Pull Requests (3)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Graph
  • Members

nicobn wants someone to pull 1 commit into symfony:master from nicobn:master

  • Discussion
  • Commits 1
  • Files Changed 1
  • Reply

Showing 0 comments with 1 commit and 0 commit comments

#23 Closed

Controller functional testing fix

nicobn — Thu Oct 21 08:33:58 -0700 2010

As discussed on the mailing list (subject [Symfony 2] Functional test fixture).

Nicolas A. B... added some commits

Thu Oct 21 08:29:41 -0700 2010

93dfdc7 Moved the "reboot" call after the request is handled; this permits th...

Comment on this pull request

You must be logged in to comment on pull requests.

Active Participants

  • nicobn

Showing 1 unique commit by 1 author.

93dfdc79 Nicolas A. B... Moved the "reboot" call after the request is handled; this permit... Thu Oct 21 08:29:41 -0700 2010

Showing 1 changed files with 2 additions and 1 deletion.

M src/Symfony/Bundle/FrameworkBundle/Client.php 3 •••
Txt src/Symfony/Bundle/FrameworkBundle/Client.php
  • View file @ 4027f75
... ...
@@ -87,9 +87,10 @@ class Client extends BaseClient
87 87
      */
88 88
     protected function doRequest($request)
89 89
     {
  90
+        $returnValue = $this->kernel->handle($request);
90 91
         $this->kernel->reboot();
91 92
 
92  
-        return $this->kernel->handle($request);
  93
+        return $returnValue;
93 94
     }
94 95
 
95 96
     /**
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • Русский
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Русский
  • Српски
  • Svenska
  • 中文

Keyboard Shortcuts

Site wide shortcuts

s
Focus site search
?
Bring up this help dialog

Commit list

j
Move selected down
k
Move selected up
t
Open tree
p
Open parent
c or o or enter
Open commit

Pull request list

j
Move selected down
k
Move selected up
o or enter
Open issue

Issues

j
Move selected down
k
Move selected up
x
Toggle select target
o or enter
Open issue
I
Mark selected as read
U
Mark selected as unread
e
Close selected
y
Remove selected from view
c
Create issue
l
Create label
i
Back to inbox
u
Back to issues
/
Focus issues search

Network Graph

← or h
Scroll left
→ or l
Scroll right
↑ or k
Scroll up
↓ or j
Scroll down
t
Toggle visibility of head labels
shift ← or shift h
Scroll all the way left
shift → or shift l
Scroll all the way right
shift ↑ or shift k
Scroll all the way up
shift ↓ or shift j
Scroll all the way down