Is there a way to have multiple blocks of
--TEST--
...
--FILE--
...
--EXPECT--
...
in one phpt file?
Like this:
--TEST--
...
--FILE--
...
--EXPECT--
...
--TEST--
...
--FILE--
...
--EXPECT--
...
I found instructions and examples to have many lines of output tested under a single --EXPECT--, but that's not the same: