Skip to content

asumikam/phpetit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPetit

PHPetit is a tiny test framework for PHP.

Usage

Create a test class extending PHPetit\TestCase:

// tests/MyTest.php
use PHPetit\TestCase;

class MyTest extends TestCase
{
    public function test_something(): void
    {
        $this->assertSame(1, 1);
    }
}

License

MIT

About

PHPetit is a tiny test framework for PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages