Skip to content

Commit e9379f5

Browse files
committed
Refactoring and add more unity tests
1 parent 372274f commit e9379f5

11 files changed

Lines changed: 2582 additions & 672 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
/vendor/
2+
.phpunit.cache
3+
.idea/
4+
.DS_Store
5+
.env
6+
.vscode/

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"autoload": {
1313
"psr-4": {
14-
"Bow\\Cvs\\": "src/"
14+
"Bow\\Csv\\": "src/",
15+
"Tests\\": "tests/"
1516
},
1617
"files": [
1718
"src/helper.php"
@@ -22,6 +23,7 @@
2223
"league/csv": "^9.0@dev"
2324
},
2425
"require-dev": {
25-
"bowphp/framework": "5.x-dev"
26+
"bowphp/framework": "5.x-dev",
27+
"phpunit/phpunit": "12.5.x-dev"
2628
}
2729
}

0 commit comments

Comments
 (0)