Laravel 5 Framework
This laravel used for my learning blog. Sharing knowledge for other software engineer.
How to run :
- Open terminal
- in your laravel directory, type command "./vendor/bin/phpunit"
- I think everyhing already passed :)
- You can check every test in directory ./tests
What sytanx i used in this test,
- Custom function to check array (Box.php)
- assertTrue, assertFalse, assertEquals, assertNull, assertCount, assertContains, assertEmpty, see, dontsee, visit
Im fighting to test using another syantax test. Should be update on my personal blog, coming soon. :)
Keep sharing, happy coding!