# phpunit **Repository Path**: william_ning/phpunit ## Basic Information - **Project Name**: phpunit - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### Directory Structure ``` │ README.pdf //read me pdf │ CarSaleSystem.png //card sal system UML pic │ composer.json │ phpunit.xml │ README.md ├─src │ │ autoload.php //phpunit autoload class │ │ Fibonacci.php //case 3 │ │ │ ├─controller //api code │ │ Car.php │ │ Customer.php │ │ MyController.php //all contorller must extends it │ │ Order.php │ │ Seller.php │ │ User.php │ │ │ ├-model // db management code │ │ Car.class.php │ │ Order.class.php │ │ User.class.php │ ├-view // view page files ├─tests //phpunit test code │ FibonaciiTest.php │ └─uml CarSaleSystem.puml //car sale system UML file ```