Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 289 Bytes

UPGRADING.md

File metadata and controls

9 lines (6 loc) · 289 Bytes

Upgrading From 0.x to 1.0

Version 0.x had functions in the global namespace - these have been moved to the mindplay\testies namespace.

In your test-suites, you must explicitly import the functions you need:

use function mindplay\testies\{configure, test, ok, eq, run};