Skip to content

danilobatistaqueiroz/mockery_phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

configuring the environment

run: composer update


files

The file JustTocheckMockeryTest.php is a simple file only to test that Mockery is working

The file StackTest.php is a example of @depends annotation

The file UserTest.php is a minimal test with Phpunit


running the examples

Listing the availables tests:

vendor/bin/phpunit --color --list-tests test

Executing the tests:

vendor/bin/phpunit --color test

About

samples for mockery and phpunit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages