LiipFunctionalTestBundle
Some helper classes for writing functional tests in Symfony
File Explorer
Download Latest Version (.zip)- Bug_report.md
- Feature_request.md
- qa.yml
- tests.yml
- dependabot.yml
- .php-cs-fixer.dist.php
- basic.md
- caveats.md
- command.md
- contributing.md
- examples.md
- fastest.md
- installation.md
- logged.md
- query.md
- QueryCount.php
- OptionalValidatorPass.php
- SetTestClientPass.php
- Configuration.php
- LiipFunctionalTestExtension.php
- ExceptionListener.php
- AllowedQueriesExceededException.php
- functional_test.php
- validator.php
- LegacyWebTestCase.php
- ModernWebTestCase.php
- ValidationErrorsConstraint.php
- WebTestCase.php
- HttpAssertions.php
- DataCollectingValidator.php
- LiipFunctionalTestBundle.php
- QueryCountClient.php
- QueryCounter.php
- TestCommand.php
- TestInteractiveCommand.php
- TestStatusCodeCommand.php
- DefaultController.php
- User.php
- form.html.twig
- form_with_embed.html.twig
- layout.html.twig
- user.html.twig
- DependencyService.php
- Service.php
- AcmeBundle.php
- AppKernel.php
- bootstrap.php
- config.yml
- routing.yml
- security_5.yml
- session.yml
- session_5.yml
- AppConfigKernel.php
- config.yml
- AppConfigLeanFrameworkKernel.php
- config.yml
- CommandConfigTest.php
- CommandTest.php
- SetTestClientPassMockTest.php
- ConfigurationConfigTest.php
- ConfigurationTest.php
- WebTestCaseConfigLeanFrameworkTest.php
- WebTestCaseConfigTest.php
- WebTestCaseTest.php
- LiipAcmeFixturesTrait.php
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE
- phpunit.xml.dist
- README.md
- UPGRADE-2.0.md
- UPGRADE-3.0.md
# Installation Guide
1. Get the code
git clone https://github.com/liip/LiipFunctionalTestBundle
Downloads the entire project code from GitHub to your computer.
cd LiipFunctionalTestBundle
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
