Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fix 'ore' typo fix in Behat fail message. #776

Merged
merged 1 commit into from
Dec 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phing/tasks/tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<not><equals arg1="${behatPass}" arg2="0"/></not>
<then>
<phingcall target="tests:selenium:kill"/>
<fail message="One ore more Behat tests failed." />
<fail message="One or more Behat tests failed." />
</then>
<else>
<echo>All Behat tests in ${behat.path} have passed.</echo>
Expand Down