Skip to content

Instantly share code, notes, and snippets.

View Shtangatopor's full-sized avatar
💭
Do you wanna develop an App ?

Shtangatopor

💭
Do you wanna develop an App ?
View GitHub Profile
@Shtangatopor
Shtangatopor / f
Created September 23, 2020 11:51
<?php
namespace App\Tests\Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
use App\Tests\AcceptanceTester;
use App\Tests\ApiTester;
<?php
namespace App\Tests;
use App\Tests\ApiTester;
use App\Tests\Helper\Api;
class categoriesCest
{
public function _before(ApiTester $I)
{