Skip to content

Commit

Permalink
Reapply default test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Jan 20, 2025
1 parent f07e52e commit 80d0e92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/packages/account-protection/tests/php/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Bootstrap.
*
* @package automattic/
*/

/**
* Include the composer autoloader.
*/
require_once __DIR__ . '/../../vendor/autoload.php';
4 changes: 4 additions & 0 deletions projects/packages/account-protection/tests/php/php.dir.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<ruleset>
<rule ref="Jetpack-Tests" />
</ruleset>

0 comments on commit 80d0e92

Please sign in to comment.