Skip to content

Commit cb81a6a

Browse files
committed
fix
1 parent 7cb6853 commit cb81a6a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

prepare.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* This script prepares the environment for WordPress unit tests.
54
* It sets up the necessary variables and configurations based on the environment.

report.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* This script is responsible for reporting the results of the PHPUnit test runs to WordPress.org.
54
* It gathers necessary information such as the SVN revision, test run messages, and the junit.xml

test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
/**
43
* Executes the PHPUnit test suite within the WordPress testing environment.
54
* This script is designed to run tests either locally or on a remote server based on the environment setup.

0 commit comments

Comments
 (0)