- 17 Aug, 2016 1 commit
-
-
Fabien Potencier authored
Revert "minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej)" This reverts commit af39ead0, reversing changes made to a102df4d.
-
- 15 Aug, 2016 2 commits
-
-
Fabien Potencier authored
minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej) This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1410). Discussion ---------- Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found Taken from: https://github.com/silexphp/Silex-Skeleton/blob/master/phpunit.xml.dist Not adding bootstrap segment to phpunit.xml.dist causes Fatal Error: Class 'Silex\WebTestCase' not found Commits ------- ac35d9d1 Update testing.rst
-
Marcin Mongiało authored
https://github.com/silexphp/Silex-Skeleton/blob/master/phpunit.xml.dist Not adding bootstrap segment to phpunit.xml.dist causes Fatal Error: Class 'Silex\WebTestCase' not found
-
- 18 Jul, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1398). Discussion ---------- Update nginx sample with PHP7 as default welcome PHP7 :) Commits ------- e8376e54 Update nginx sample with PHP7 as default
-
SpacePossum authored
-
- 09 Jul, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1397). Discussion ---------- Bootstrap composer autoload in PHPUnit Avoid to require autoload in test class. Commits ------- cd8ee1a8 Bootstrap composer autoload in PHPUnit
-
Matthieu Mota authored
Avoid to require autoload in test class.
-
- 26 May, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1376). Discussion ---------- Disable xdebug on travis Commits ------- 2a4c4b39 Disable xdebug on travis
-
Romain Neutron authored
-
- 23 May, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Documentation code-block fixes Commits ------- 0f401b77 Documentation code-block fixes
-
- 20 May, 2016 1 commit
-
-
Borut authored
-
- 16 May, 2016 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 05 May, 2016 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1307). Discussion ---------- Don't rewrite requests for existing directories to index.php Commits ------- 5ce29424 Don't rewrite requests for existing directories to index.php
-
arrgson authored
-
- 03 May, 2016 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.3 branch (closes #1288). Discussion ---------- [WIP] Mention use of controller() function in docs This was discussed on twitter before: https://twitter.com/lsmith/status/669145035770851328 Commits ------- 9c6b02d6 [WIP] Mention use of controller() function in docs
-
Malte authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Remove slash from FallbackResource Apache config is not my thing, so this might not be correct. However, what I can tell is that it does not work with the slash for me, and that it does without the slash. Commits ------- ffab90c3 Remove slash from FallbackResource
-
- 29 Apr, 2016 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1285). Discussion ---------- s/middlewares/middleware Feel free to discard this PR, but reading 'Middlewares' with an 's' feels jarring to me, I never saw it written this way before. For uses without the 's' see : http://english.stackexchange.com/questions/257120/middleware-vs-middlewares https://en.wikipedia.org/wiki/Middleware http://expressjs.com/guide/using-middleware.html I did find uses of 'middlewares' in these pages, so, again, feel free to discard : http://guides.rubyonrails.org/rails_on_rack.html https://blog.engineyard.com/2015/understanding-rack-apps-and-middleware But for example it appears just twice with an 's' in this stack overflow page, and many more times without the 's' : http://stackoverflow.com/questions/2256569/what-is-rack-middleware Commits ------- 06374dc8 s/middlewares/middleware
-
Nicolas Dermine authored
-
- 08 Feb, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Fix env variable in travis.yaml SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0 The tests were still installing 3.0, as minimumStability=dev, but maybe it is nice fixing that. Commits ------- 7c3c8d72 Fix env variable in travis.yaml
-
- 07 Feb, 2016 1 commit
-
-
Daniel Tschinder authored
SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0 The test are installing dev-master for some dependencies which might not be 3.0
-
- 19 Jan, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Update validator.rst Example from documentation throws `Call to undefined method Symfony\Component\Validator\Validator\RecursiveValidator::validateValue()` Commits ------- 04ecee29 Update validator.rst
-
- 06 Jan, 2016 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 04 Jan, 2016 2 commits
-
-
Fabien Potencier authored
minor #1300 Replace binary gender examples with something that is actually single-choice (igorwwwwwwwwwwwwwwwwwwww) This PR was merged into the 1.3 branch. Discussion ---------- Replace binary gender examples with something that is actually single-choice In order to include people who do not fit into the gender binary, gender fields really should be a free-form text field. As such, this patch changes the `choices` example to use a billing plan instead. # References * http://gender.wikia.com/wiki/Non-binary * https://en.wikipedia.org/wiki/Genderqueer * https://modelviewculture.com/pieces/the-argument-for-free-form-input * https://www.facebook.com/ Commits ------- 0e336e53 Replace binary gender examples with something that is actually single-choice
-
igorwwwwwwwwwwwwwwwwwwww authored
In order to include people who do not fit into the gender binary, gender fields really should be a free-form text field. As such, this patch changes the `choices` example to use a billing plan instead. # References * http://gender.wikia.com/wiki/Non-binary * https://en.wikipedia.org/wiki/Genderqueer * https://modelviewculture.com/pieces/the-argument-for-free-form-input * https://www.facebook.com/
-
- 03 Jan, 2016 1 commit
-
-
Fabien Potencier authored
-
- 26 Dec, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Add hint to install browser-kit to use WebTestCase `Silex/WebTestCase` have a requirement for `symfony/browser-kit`. This PR give instructions to the developer when PHPUnit is run and this dependency is missing. Before: ``` PHP Fatal error: Class 'Symfony\Component\BrowserKit\Client' not found in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php on line 32 PHP Stack trace: PHP 1. {main}() /usr/bin/phpunit:0 PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:547 PHP 3. PHPUnit_TextUI_Command->run() phar:///usr/bin/phpunit/phar/phpunit/TextUI/Command.php:100 PHP 4. PHPUnit_TextUI_TestRunner->doRun() phar:///usr/bin/phpunit/phar/phpunit/TextUI/Command.php:148 PHP 5. PHPUnit_Framework_TestSuite->run() phar:///usr/bin/phpunit/phar/phpunit/TextUI/TestRunner.php:432 PHP 6. PHPUnit_Framework_TestCase->run() phar:///usr/bin/phpunit/phar/phpunit/Framework/TestSuite.php:735 PHP 7. PHPUnit_Framework_TestResult->run() phar:///usr/bin/phpunit/phar/phpunit/Framework/TestCase.php:702 PHP 8. PHPUnit_Framework_TestCase->runBare() phar:///usr/bin/phpunit/phar/phpunit/Framework/TestResult.php:601 PHP 9. PHPUnit_Framework_TestCase->runTest() phar:///usr/bin/phpunit/phar/phpunit/Framework/TestCase.php:746 PHP 10. ReflectionMethod->invokeArgs() phar:///usr/bin/phpunit/phar/phpunit/Framework/TestCase.php:881 ``` After: ``` There was 1 error: 1) FunctionalTest::testAction LogicException: Component "symfony/browser-kit" is required by WebTestCase. Run composer require symfony/browser-kit vendor/silex/silex/src/Silex/WebTestCase.php:59 tests/FunctionalTest.php:14 ``` Resolves #1293 Commits ------- 633cd437 Add hint to install browser-kit to use WebTestCase
-
- 22 Dec, 2015 1 commit
-
-
Daniel Lima authored
Example from documentation throws `Call to undefined method Symfony\Component\Validator\Validator\RecursiveValidator::validateValue()`
-
- 14 Dec, 2015 1 commit
-
-
Jérôme Tamarelle authored
Refs #1293
-
- 26 Nov, 2015 1 commit
-
-
Jeroen De Dauw authored
Apache config is not my thing, so this might not be correct. However, what I can tell is that it does not work with the slash for me, and that it does without the slash.
-
- 18 Nov, 2015 1 commit
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1284). Discussion ---------- fix typo Commits ------- 21ae66cd fix typo
-