crazyfactory / php-package-boilerplate

0 stars 0 forks source link

Add Unit at tests/unit #8

Open dacgray opened 6 years ago

dacgray commented 6 years ago

We should make a $tester (UnitTesterActions) object available.

<?php

namespace CrazyFactory\Shop\Tests;

use _generated\UnitTesterActions;
use Codeception\Test\Unit as BaseUnit;

class Unit extends BaseUnit
{
    /** @var $tester UnitTesterActions */
    protected $tester;
}