-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[create_framework] phpunit test error #5487
Labels
hasPR
A Pull Request has already been submitted for this issue.
Comments
emillosanti
added a commit
to emillosanti/symfony-docs
that referenced
this issue
Jul 5, 2015
[create_framework] phpunit test error symfony#5487 Call to a member function fromRequest() on a non-object in .../src/Simplex/Framework.php on line 29
emillosanti
added a commit
to emillosanti/symfony-docs
that referenced
this issue
Jul 5, 2015
for the records: #5488 fixes this issue |
sorry, wrong button |
weaverryan
added a commit
that referenced
this issue
Jul 7, 2015
* 2.3: Reordered the configuration blocks of the first example Fixed some errors and made some simplifications Added the "payload" option back (was removed by mistake) Fixed the order of the examples Simplified the first example and added more examples [Validator] Updated documentation of URL validator Fixed typos Removed duplication and moved a caution message [Console] Added a cookbook entry on invoking other commands [#5367] Making the titles more searchable fix #5487 Changed Authorization and Authentication to use subsections Split Security into Authentication & Authorization
weaverryan
added a commit
that referenced
this issue
Jul 7, 2015
* 2.6: Reordered the configuration blocks of the first example Fixed some errors and made some simplifications Added the "payload" option back (was removed by mistake) Fixed the order of the examples Simplified the first example and added more examples [Validator] Updated documentation of URL validator Fixed typos Removed duplication and moved a caution message [Console] Added a cookbook entry on invoking other commands [#5367] Making the titles more searchable fix #5487 Changed Authorization and Authentication to use subsections Split Security into Authentication & Authorization
weaverryan
added a commit
that referenced
this issue
Jul 7, 2015
* 2.7: [#5426] Porting the checkDNS option to 2.7 only Reordered the configuration blocks of the first example Fixed some errors and made some simplifications Added the "payload" option back (was removed by mistake) Fixed the order of the examples Simplified the first example and added more examples [Validator] Updated documentation of URL validator Fixed typos Removed duplication and moved a caution message [Console] Added a cookbook entry on invoking other commands [#5367] Making the titles more searchable fix #5487 [FrameworkBundle] Update serializer configuration reference Changed Authorization and Authentication to use subsections Split Security into Authentication & Authorization
weaverryan
added a commit
that referenced
this issue
Jul 7, 2015
* 2.7: [#5426] Porting the checkDNS option to 2.7 only Reordered the configuration blocks of the first example Fixed some errors and made some simplifications Added the "payload" option back (was removed by mistake) Fixed the order of the examples Simplified the first example and added more examples [Validator] Updated documentation of URL validator Fixed typos Removed duplication and moved a caution message [Console] Added a cookbook entry on invoking other commands [#5367] Making the titles more searchable fix #5487 [FrameworkBundle] Update serializer configuration reference Changed Authorization and Authentication to use subsections Split Security into Authentication & Authorization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error when running phpunit test:
Call to a member function fromRequest() on a non-object in .../src/Simplex/Framework.php on line 29
resolved by adding
based on old issue :
https://github.com/fabpot/Create-Your-Framework/issues/29
http://webcache.googleusercontent.com/search?q=cache:yufENRDJeo8J:https://github.com/fabpot/Create-Your-Framework/issues/29+&cd=2&hl=en&ct=clnk
The text was updated successfully, but these errors were encountered: