Skip to content

Instantly share code, notes, and snippets.

View tim-andes's full-sized avatar

tacodes tim-andes

View GitHub Profile
<?php
namespace Tests\Unit;
use App\Math;
use Mockery as m;
use Mockery\Adapter\Phpunit\MockeryTestCase;
class MathTest extends MockeryTestCase
{
public function setUp(): void
<?php
namespace Tests\Unit;
use App\Calculate;
use PHPUnit\Framework\TestCase;
class CalculateTest extends TestCase
{
public function setUp(): void
{
<?php
namespace Tests\Unit;
use App\Calculate;
use PHPUnit\Framework\TestCase;
class CalculateTest extends TestCase
{
public function setUp(): void
{
<?php
namespace Tests\Unit;
use App\Calculate;
use PHPUnit\Framework\TestCase;
class CalculateTest extends TestCase
{
public function setUp(): void
{