Skip to content

Commit

Permalink
Fix: Move test (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Feb 13, 2024
1 parent bb83a9c commit b506bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-answer.phpt → tests/Unit/test-answer.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
[
Expand Down

0 comments on commit b506bb8

Please sign in to comment.