Skip to content

Commit

Permalink
Enabling test units
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Feb 9, 2021
1 parent 34d4659 commit c9bd303
Show file tree
Hide file tree
Showing 293 changed files with 1,583 additions and 38,329 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ clover.xml
/build/

# netbeans
/nbproject/private/
/nbproject/private/
/.build/
30 changes: 7 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,13 @@
],
"minimum-stability" : "stable",
"require" : {
"pluf/http2" : "6.x",
"pear/mail" : "^1.3",
"pear/mail_mime" : "^1.10.0",
"guzzlehttp/guzzle" : "^6.2",
"webonyx/graphql-php" : "^0.12.5",
"phayes/geophp" : "^1.2",
"psr/log" : "~1.1"
"pluf/http2" : "7.x",
"pluf/scion" : "7.x",
"pluf/log" : "7.x",
"pluf/orm" : "7.x"
},
"require-dev" : {
"phpunit/phpunit" : "~7.5",
"ockcyp/covers-validator" : "~1.0",
"squizlabs/php_codesniffer" : "~3.3",
"slevomat/coding-standard" : "~4.5",
"mediawiki/mediawiki-codesniffer" : "~23.0",
"phpstan/phpstan" : "~0.10.6",
"phpunit/dbunit" : "*"
"phpunit/phpunit" : "^9"
},
"support" : {
"wiki" : "https://github.com/pluf/core/wiki",
Expand All @@ -51,18 +42,11 @@
"autoload" : {
"psr-4" : {
"Pluf\\" : "src/"
},
"files" : [
"src/bootstrap.php"
]
}
},
"autoload-dev" : {
"psr-4" : {
"Pluf\\NoteBook\\" : "examples/NoteBook",
"Pluf\\Smallest\\" : "examples/Smallest",
"Pluf\\HelloWord\\" : "examples/HelloWord",
"Pluf\\Relation\\" : "examples/Relation",
"Pluf\\Test\\" : "tests/"
"Pluf\\Tests\\" : "tests/"
},
"psr-0" : {
"test" : ""
Expand Down
17 changes: 0 additions & 17 deletions examples/HelloWord/Module.php

This file was deleted.

17 changes: 0 additions & 17 deletions examples/HelloWord/Processors/HelloWordProcessor.php

This file was deleted.

4 changes: 0 additions & 4 deletions examples/HelloWord/module.json

This file was deleted.

11 changes: 0 additions & 11 deletions examples/HelloWord/urls.php

This file was deleted.

140 changes: 0 additions & 140 deletions examples/NoteBook/Book.php

This file was deleted.

92 changes: 0 additions & 92 deletions examples/NoteBook/Item.php

This file was deleted.

Loading

0 comments on commit c9bd303

Please sign in to comment.