Skip to content

Commit

Permalink
Initialize WP on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Dec 26, 2023
1 parent f274d84 commit b5daa36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class FeatureContext implements Context
*/
public function __construct()
{
exec('wp --allow-root core install --url=localhost --title=Example --admin_user=lccaladmin --admin_password=P@ssw0rd [email protected]');
exec('wp --allow-root plugin activate authldap');
}


Expand Down

0 comments on commit b5daa36

Please sign in to comment.