portrino/codeception-helper-module

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
composer.json
phpstan.neon
phpunit.xml.dist
src/Exception/MethodNotSupportedException.php17
src/Factory/ProcessBuilderFactory.php10
src/Interfaces/Commands/ShopwareCommand.php12
src/Interfaces/Commands/Typo3Command.php10
src/Interfaces/Cookies/ShopwareCookie.php6
src/Interfaces/Cookies/Typo3Cookie.php7
src/Interfaces/DatabaseTables/ShopwareDatabase.php33
src/Interfaces/DatabaseTables/Typo3Database.php34
src/Interfaces/Localizable.php9
src/Interfaces/Page/LocalizedPage.php7
src/Model/AbstractModel.php11
src/Model/Shopware/ShopwareCustomer.php49
src/Model/Shopware/ShopwareManufacturer.php28
src/Model/Typo3/Typo3FrontendUser.php27
src/Module/Database.php46
src/Module/Interfaces/CommandExecutorInterface.php6
src/Module/Shopware.php102
src/Module/Traits/CommandExecutorTrait.php39
src/Module/Typo3.php119
src/Page/BasePage.php21
src/Traits/LocalizableTrait.php16
src/Traits/Page/LocalizedPageTrait.php17
src/Util/Fixtures.php20