Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Test Bundle Laravel Package

alexislefebvre/test-bundle

View on GitHub
Deep Wiki
Context7

Introduction

fastest is a tool for executing PHPUnit tests in parallel. Once AlexisLefebvreTestBundle has been configured, it's easy to use fastest.

Installation

  1. Install fastest: composer require "liuggio/fastest=~1.4"

  2. Configure the storage adapter

For example with SQLite, the app/config_test.yml have to be changed to:

# ...
parameters:
    doctrine.dbal.connection_factory.class: Liuggio\Fastest\Doctrine\DBAL\ConnectionFactory

doctrine:
    dbal:
        default_connection: default
        connections:
            default:
                driver:   pdo_sqlite
                path:     "%kernel.cache_dir%/__DBNAME__.db"

Usage

(Optional) Warmup the cache instead of creating it during tests:

php app/console cache:warmup --env=test

If your tests follow the following rules:

  • the names test classes files end with Test.php
  • the files are located in a directory like src/Acme/WebsiteBundle/Tests/

You can use the following command:

find src/*/*/Tests/ -name "*Test.php" | vendor/bin/fastest "vendor/bin/phpunit -c app/phpunit.xml.dist {};"

Otherwise you'll have to adapt the paths.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware