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