chore: bumps expectation plugin

This commit is contained in:
Nuno Maduro
2021-06-10 18:40:38 +01:00
parent 17d407a26a
commit b682fe631d
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
it('is a test', function () {
$this->assertArrayHasKey('key', ['key' => 'foo']);
expect(['key' => 'foo'])->toHaveKey('key')->key->toBeString();
});
it('is a higher order message test')->expect(true)->toBeTrue();