Skip to content

jsantos1991/testing-tasks

 
 

Repository files navigation

Testing Tasks

This is the ToDo project just to improve testing skills.

/** @test */
public function it_all_should_be_passing()
{
    $this->assertTrue(true);
}

You know what to do!

composer install

composer test
// or
php artisan test

😎 People

Sérgio Gonçalves

About

Testing some tasks ftw.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • HTML 3.0%