Skip to content

Commit 1059f2e

Browse files
committed
Add folder hierarchy and make code more behavioral
1 parent 4108e34 commit 1059f2e

18 files changed

+1468
-199
lines changed

CalculationHandler.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

DormerCalculation.php

Lines changed: 0 additions & 69 deletions
This file was deleted.

EntityManager.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

WorkflowTest.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"phpunit/phpunit": "^5.2"
1414
},
1515
"autoload": {
16-
"psr-0": {
17-
"": ""
16+
"psr-4": {
17+
"Example\\": ["src", "tests"]
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)