friends-of-behat/performance-extension

This package is abandoned and no longer maintained. No replacement package was suggested.

Accelerates Behat using features available only for newer PHP versions.

v1.0.2 2017-07-10 20:23 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:00:05 UTC


README

Suitable for PHP 5.6 only!

The simplest Behat extension you've ever used!

Accelerates Behat using features available only for newer PHP versions. Up to 10% faster in real-world applications.

Usage

  1. Install it:

    $ composer require friends-of-behat/performance-extension --dev
  2. Enable it in your Behat configuration:

    # behat.yml
    default:
        # ...
        extensions:
            FriendsOfBehat\PerformanceExtension: ~
  3. Boom! 💥 Your Behat runs faster now!

What's inside?

Right now, it's just call_user_func_array($callable, $arguments) replaced with $callable(...$arguments).