Skip to content

Instantly share code, notes, and snippets.

View torreytsui's full-sized avatar

Torrey Tsui torreytsui

  • Manchester, UK
View GitHub Profile
@torreytsui
torreytsui / idea.php
Last active December 13, 2019 15:50
Alternative to MFTF Merging and beyond
<?php
/**
* Below requirements summaries what needed to offer the same / better levels of customisation of "MFTF Merging"
*
* Requirements
*
* 1. Able to accept random arguments (offering extensible test case inputs)
* 2. Able to insert step in between two steps (offering module decoupling)
* 3. Able to communicate between steps