<?php

it('performs a unit test', function () {
    expect(true)->toBeTrue();
});
