Skip to content

Commit

Permalink
Phar's tests are turned back on (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 9, 2023
1 parent ee2afe1 commit bf83db5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -31,6 +31,7 @@ build-docker:
update: ##@Project Install/Update all 3rd party dependencies
@echo "Composer flags: $(JBZOO_COMPOSER_UPDATE_FLAGS)"
@composer update $(JBZOO_COMPOSER_UPDATE_FLAGS)
@make build-phar


test-all: ##@Project Run all project tests at once
Expand Down
4 changes: 0 additions & 4 deletions tests/CliCommandsPharTest.php
Expand Up @@ -23,15 +23,11 @@ final class CliCommandsPharTest extends CliCommandsTest
{
public function task(string $action, array $params = []): string
{
skip('Phar tests are not implemented yet. Waiting for compiled phar');

return $this->taskReal($action, $params);
}

public function taskReal(string $action, array $params = []): string
{
skip('Phar tests are not implemented yet. Waiting for compiled phar');

$rootDir = PROJECT_ROOT;

$params['-v'] = null;
Expand Down

0 comments on commit bf83db5

Please sign in to comment.