add Docker run command parse test

This commit is contained in:
Andras Bacsai
2024-02-09 13:38:17 +01:00
parent 29676ffb22
commit 798d747164
7 changed files with 13 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});

View File

@@ -1,5 +0,0 @@
<?php
test('globals')
->expect(['dd', 'dump'])
->not->toBeUsed();