X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fbehat%2Fsrc%2FBehat%2FBehat%2FOutput%2FNode%2FPrinter%2FSetupPrinter.php;fp=vendor%2Fbehat%2Fbehat%2Fsrc%2FBehat%2FBehat%2FOutput%2FNode%2FPrinter%2FSetupPrinter.php;h=0000000000000000000000000000000000000000;hp=5a0652766cda13619f3433dfc306c10e168cb87d;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/behat/src/Behat/Behat/Output/Node/Printer/SetupPrinter.php b/vendor/behat/behat/src/Behat/Behat/Output/Node/Printer/SetupPrinter.php deleted file mode 100644 index 5a0652766..000000000 --- a/vendor/behat/behat/src/Behat/Behat/Output/Node/Printer/SetupPrinter.php +++ /dev/null @@ -1,39 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Behat\Behat\Output\Node\Printer; - -use Behat\Testwork\Output\Formatter; -use Behat\Testwork\Tester\Setup\Setup; -use Behat\Testwork\Tester\Setup\Teardown; - -/** - * Behat setup printer interface. - * - * @author Konstantin Kudryashov - */ -interface SetupPrinter -{ - /** - * Prints setup state. - * - * @param Formatter $formatter - * @param Setup $setup - */ - public function printSetup(Formatter $formatter, Setup $setup); - - /** - * Prints teardown state. - * - * @param Formatter $formatter - * @param Teardown $teardown - */ - public function printTeardown(Formatter $formatter, Teardown $teardown); -}