Installation
$ git clone https://github.com/viktigpetterr/bellan.git $ cd bellan $ composer installHow to add a restaurant
- Create a restaurant class that extends
Restaurant.phpinsrc/Restaurant. - Implement the functions
parse()and__toString(). - Create a test class that extends
RestaurantTest.phpintests/Restaurant. - Implement the test functions
testParse()andtestToString(). Add a static test file intests/staticif needed.
Run tests
$ composer test