- 05 May, 2016 1 commit
-
-
quazardous authored
-
- 03 Jan, 2016 2 commits
-
-
Fabien Potencier authored
* 1.3: updated license year Add hint to install browser-kit to use WebTestCase fix typo fix typo fix typo [README] Fixed the minimal PHP version
-
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
-
- 14 Dec, 2015 1 commit
-
-
Jérôme Tamarelle authored
Refs #1293
-
- 18 Nov, 2015 6 commits
-
-
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
-
Nicolas Dermine authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1283). Discussion ---------- fix typo Commits ------- 6d0944dd fix typo
-
Nicolas Dermine authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1282). Discussion ---------- fix typo Commits ------- e9adcdf5 fix typo
-
Nicolas Dermine authored
-
- 10 Nov, 2015 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- [README] Fixed the minimal PHP version Fixes #1279 Commits ------- 0a93a776 [README] Fixed the minimal PHP version
-
Grégoire Pineau authored
-
- 04 Nov, 2015 3 commits
-
-
Fabien Potencier authored
* 1.3: fixes some routing deprecation notices Fix comment about symfony version
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixes some routing deprecation notices Commits ------- 28ff0034 fixes some routing deprecation notices
-
Fabien Potencier authored
-
- 01 Nov, 2015 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Fix comment about symfony version Form FQCN are introduced with symfony 2.8. Commits ------- ff161a9a Fix comment about symfony version
-
Tobias Schultze authored
Form FQCN are introduced with symfony 2.8.
-
- 12 Oct, 2015 3 commits
-
-
Fabien Potencier authored
* 1.3: Minor doc tweaks and fixes
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.3 branch (closes #1269). Discussion ---------- Minor doc tweaks and fixes This past weekend I reviewed the entire doc for 1.3 version and this PR contains tweaks and fixes. If you don't agree with some change, tell me and I'll revert it. Commits ------- bcc1a45a Minor doc tweaks and fixes
-
Javier Eguiluz authored
-
- 03 Oct, 2015 3 commits
-
-
Fabien Potencier authored
* 1.3: Fix error never removed from session in SecurotyProvider
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1266). Discussion ---------- Fix error never removed from session in SecurotyProvider When $message is different than the $error variable, the wrong session key is deleted. Commits ------- 2509b5ac Fix error never removed from session in SecurotyProvider
-
Esperat Julian authored
When $message is different than the $error variable, the wrong session key is deleted.
-
- 01 Oct, 2015 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed validator test bumped version to 1.3.5-DEV prepared the 1.3.4 release updated CHANGELOG
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed validator test Commits ------- 3dd1b157 fixed validator test
-
Fabien Potencier authored
-
- 27 Sep, 2015 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Fix typo in var-dumper.rst Commits ------- ca56d24d Update var-dumper.rst
-
Andy T. authored
Fix typo.
-
- 15 Sep, 2015 10 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed translation registration for the validators
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed translation registration for the validators fixes #1241 Commits ------- 4f560c9f fixed translation registration for the validators
-
Fabien Potencier authored
* 1.3: fixed deprecation notices Fixed not explicitly declared properties bumped version to 1.3.4-DEV prepared the 1.3.3 release
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed deprecation notices Thanks @nicolas-grekas, that's ugly as I anticipated :( Commits ------- 67d47190 fixed deprecation notices
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Fixed not explicitly declared properties Commits ------- b61f087c Fixed not explicitly declared properties
-