Skip to content

Commit

Permalink
Remove dummy unit tests (#79)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* remove dummy unit tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cristian Tăbăcitu <cristian.tabacitu@digitallyhappy.com>
  • Loading branch information
dependabot[bot] and tabacitu authored Jul 2, 2023
1 parent a99feee commit fb2f92c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ For Installation type (B), change the namespace to `Backpack\MenuCRUD\app\Models

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

## Testing

``` bash
composer test
```

## Overwriting functionality

If you've used installation type A and need to modify how this works in a project:
Expand Down
9 changes: 0 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"backpack/pagemanager": "^3.2"
},
"require-dev": {
"phpunit/phpunit" : "^9.0||^7.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3 || ~3.0"
},
Expand All @@ -32,14 +31,6 @@
"Backpack\\MenuCRUD\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Backpack\\MenuCRUD\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
Expand Down
17 changes: 0 additions & 17 deletions phpunit.xml

This file was deleted.

16 changes: 0 additions & 16 deletions tests/BaseTest.php

This file was deleted.

0 comments on commit fb2f92c

Please sign in to comment.