Skip to content

Commit

Permalink
Add some GitHub actions debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 23, 2024
1 parent 1c26ddb commit 8e945d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/php/lang/unittest/CommandLineTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ public function resolve_path_on_unix() {

#[Test, Runtime(os: 'Linux|Darwin')]
public function resolve_ls_on_unix() {
var_dump([...CommandLine::$UNIX->resolve('ls')]);
Assert::true(is_executable(CommandLine::$UNIX->resolve('ls')->current()));
}

Expand Down

0 comments on commit 8e945d7

Please sign in to comment.