Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-02-13T12:59:32+03:00

Commit: 
https://github.com/php/web-php/commit/b506bb808dd383f4f6056f634a68abafee4b6838
Raw diff: 
https://github.com/php/web-php/commit/b506bb808dd383f4f6056f634a68abafee4b6838.diff

Fix: Move test (#941)

Changed paths:
  A  tests/Unit/test-answer.phpt
  D  tests/test-answer.phpt


Diff:

diff --git a/tests/test-answer.phpt b/tests/Unit/test-answer.phpt
similarity index 98%
rename from tests/test-answer.phpt
rename to tests/Unit/test-answer.phpt
index 235d68cd76..f3bfcd402c 100644
--- a/tests/test-answer.phpt
+++ b/tests/Unit/test-answer.phpt
@@ -3,7 +3,7 @@ test_answer() returns true when answer to spam challenge is 
valid
 --FILE--
 <?php
 
-require_once __DIR__ . '/../manual/spam_challenge.php';
+require_once __DIR__ . '/../../manual/spam_challenge.php';
 
 $answers = [
     [

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to