File: D:/HostingSpaces/carrotps/carrotps.com/app/Komma/Shop/QualityAssurance/TestsControllerInterface.php
<?php
/**
* Created by PhpStorm.
* User: julesgraus
* Date: 06/02/2018
* Time: 13:16
*/
namespace App\Komma\Shop\QualityAssurance;
/**
* Runs unit / feature / browser tests for the shop
*
* Class TestsController
* @package App\Komma\Shop\
*/
interface TestsControllerInterface
{
public function phpunit();
public function dusk(string $filterOrGroup, string $filterOrGroupValue);
public function phpbench(string $filterOrGroup, string $filterOrGroupValue);
}