Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

aedart/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version License

Deprecated - Testing

Package has been replaced by aedart/athenaeum

Various utilities for testing php code.

Contents

How to install

composer require aedart/testing

Quick start

Base Unit Test Case

The UnitTestCase is an extended version of \Codeception\TestCase\Test, which automatically setups Faker and closes down Mockery once a test has been executed.

<?php
use Aedart\Testing\TestCases\Unit\UnitTestCase;

class MyUnitTest extends UnitTestCase
{    
    // ... Remaining not shown ... //
}

License

BSD-3-Clause, Read the LICENSE file included in this package

About

Various testing utilities for php

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages