Skip to content

Commit

Permalink
Merge pull request #74 from bigbite/develop
Browse files Browse the repository at this point in the history
0.9.1 release.
  • Loading branch information
con322 authored Jul 20, 2021
2 parents 98c5524 + d82e4d9 commit 0227fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbite/wp-cypress",
"version": "0.9.0",
"version": "0.9.1",
"description": "WordPress end to end testing with Cypress.io",
"repository": "https://github.com/bigbite/wp-cypress",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/Seeder/SeedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SeedCommand {
* @param array $args
* @return void
*/
public function __invoke( array $args, array $assoc_args ): void {
public function __invoke( array $args, array $assoc_args = [] ): void {
$seeder_name = $args[0];

if ( empty( $seeder_name ) ) {
Expand Down

0 comments on commit 0227fd2

Please sign in to comment.