Closed djaekim closed 5 years ago
Unit tests must cover:
Must be written in tests/Feature/TweetsTest.php
check https://laravel.com/docs/5.1/testing for information how to test
also, check other test cases in TweetsTest to see how it's done
unit test has been implemented to check the behaviour of feed.
Unit tests must cover:
75 #74
Must be written in tests/Feature/TweetsTest.php
check https://laravel.com/docs/5.1/testing for information how to test
also, check other test cases in TweetsTest to see how it's done