Skip to content

Commit fb2f92c

Browse files
Remove dummy unit tests (#79)
* Update phpunit/phpunit requirement from ^9.0||^7.0 to ^9.0||^7.0||^10.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.3/ChangeLog-10.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/10.2.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * remove dummy unit tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Tăbăcitu <[email protected]>
1 parent a99feee commit fb2f92c

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ For Installation type (B), change the namespace to `Backpack\MenuCRUD\app\Models
114114

115115
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
116116

117-
## Testing
118-
119-
``` bash
120-
composer test
121-
```
122-
123117
## Overwriting functionality
124118

125119
If you've used installation type A and need to modify how this works in a project:

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"backpack/pagemanager": "^3.2"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit" : "^9.0||^7.0",
2726
"scrutinizer/ocular": "~1.1",
2827
"squizlabs/php_codesniffer": "~2.3 || ~3.0"
2928
},
@@ -32,14 +31,6 @@
3231
"Backpack\\MenuCRUD\\": "src"
3332
}
3433
},
35-
"autoload-dev": {
36-
"psr-4": {
37-
"Backpack\\MenuCRUD\\": "tests"
38-
}
39-
},
40-
"scripts": {
41-
"test": "vendor/bin/phpunit --testdox"
42-
},
4334
"extra": {
4435
"branch-alias": {
4536
"dev-master": "1.0-dev"

phpunit.xml

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

tests/BaseTest.php

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

0 commit comments

Comments
 (0)