<?php

it('is a test case', function () {
    //
});

test('with a different descriptor', function () {
    //
});

scenario('bdd flavour')
    ->when(fn () => true)
    ->then(fn ($result) => true);
