oro-flex / phpunit-bundle
OroPhpUnitBundle uses testing tools to provide the testing framework for all Oro application components.
4.2.0
2022-01-08 10:49 UTC
Requires
- php: ~7.4.14 || ~8.0.0
- johnkary/phpunit-speedtrap: ~4.0.0
- nelmio/alice: ~3.9.0
- oro-flex/cache-bundle: 4.2.*
- oro-flex/doctrine-utils: 4.2.*
- oro-flex/test-utils: 4.2.*
- oro-flex/testing: 4.2.*
- phpunit/phpunit: ~9.5.1
- symfony/browser-kit: ~4.4.0
- symfony/css-selector: ~4.4.0
- symfony/debug-bundle: ~4.4.0
- symfony/dom-crawler: ~4.4.0
- symfony/phpunit-bridge: ~4.4.0
- symfony/stopwatch: ~4.4.0
- symfony/var-dumper: ~4.4.0
- symfony/var-exporter: ~4.4.0
- symfony/web-profiler-bundle: ~4.4.0
- theofidry/alice-data-fixtures: ~1.4.0
Conflicts
- oro/platform: *
This package is auto-updated.
Last update: 2024-11-08 16:48:56 UTC
README
OroPhpUnitBundle uses Mink, Behat, Karma, Jasmin and other testing tools to provide the testing framework for all Oro application components.
Overview
- Provides test framework functionality (SOAP/REST client, Custom TestCases, PageObjects for Selenium etc).
- Contains the main entry point for JS UnitTest runner
- Provides Behat extension
- Adds some additional Doctrine DBAL events
More information on automated tests is available in online documentation.