Skip to content

Commit b506bb8

Browse files
authored
Fix: Move test (#941)
1 parent bb83a9c commit b506bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-answer.phpt renamed to tests/Unit/test-answer.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test_answer() returns true when answer to spam challenge is valid
33
--FILE--
44
<?php
55

6-
require_once __DIR__ . '/../manual/spam_challenge.php';
6+
require_once __DIR__ . '/../../manual/spam_challenge.php';
77

88
$answers = [
99
[

0 commit comments

Comments
 (0)