Skip to content

nomaddesign/UW-PHP_Assign_01-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebLAMP 442 Assignment 1-2 README

***NOTE JAY pointed out I need to modify the "VAR" variables in the Car, Civic, Vehicle and Truck classes to work as protected ****

  1. Demonstrates STRATEGY Design Pattern
  2. Demonstrates PHP Unit Test

Server Environment Requirements


File Structure

  • Src/
    • index.php - Test File
    • Vehicle/
      • Vehicle.php
      • VehicleInterface.php
      • Car.php
      • Civic.php
      • Truck.php
  • Tests/
    • test_boostrap.php (Sets Test Error Environment)
    • Conf/
      • phpunit.xml (Unit Testing Config)
    • Src/
      • Vehicle/
        • CarTest.php
        • CivicTest.php
        • TruckTest.php
    • [[code_coverage_report]]/ - .gitignored
      • (Used for Unit Testing Output)
  • [[Vendors]]/ - .gitignored
    • (Used for Composer Autoload and Packages)
  • composer.json
  • bootstrap.php
  • README.md (this document)

About

Part 2 of Assignment 1 of UW WebLamp 442

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages