Skip to content

Commit

Permalink
CS pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Feb 28, 2024
1 parent fe542bb commit 740677d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
3. Make the desired changes to the code.
* If you are adding new functionality or fixing a bug, we recommend you add unit tests that cover it.
4. Push the changes to your fork.
5. Create a pull request to the `dbout/wp-orm` repository.
5. Create a pull request to the `dbout/wp-module-rest-api` repository.
6. In your pull request, please describe in detail:
* What problem you’re solving
* Your approach to fixing the problem
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you want to know more about how the WordPress API works, you can [read the Wo
The server requirements are basically the same as for [WordPress](https://wordpress.org/about/requirements/) with the addition of a few ones :

- PHP >= 8.1
- [Composer](https://getcomposer.org/) (optional)
- [Composer](https://getcomposer.org/)

### Installation with composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"role": "Developer"
}
],
"keywords": ["wordpress", "wp", "wordpress-starter", "api", "rest", "rest-api", "wordpress-rest-api"],
"keywords": ["wordpress", "wp", "wordpress-starter", "api", "rest", "rest-api", "wordpress-rest-api", "wordpress-development"],
"homepage": "https://github.com/dimitriBouteille/wp-module-rest-api",
"support": {
"issues": "https://github.com/dimitriBouteille/wp-module-rest-api/issues",
Expand Down
18 changes: 0 additions & 18 deletions tests/Wrappers/PermissionWrapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,6 @@ public function testWithoutPermission(): void
$this->assertTrue($wrapper->execute($request));
}

/**
* @return void
* @covers ::execute
*/
public function testWithPermissionInterface(): void
{

}

/**
* @return void
* @covers ::execute
*/
public function testThrowPermissionException(): void
{

}

/**
* @param RouteAction $action
* @return PermissionWrapper
Expand Down

0 comments on commit 740677d

Please sign in to comment.