Skip to content

Commit

Permalink
chore: Removed unnecessary functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
matapatos committed May 25, 2024
1 parent ee1c90d commit 3151613
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 122 deletions.
112 changes: 0 additions & 112 deletions tests/Helpers/FileSystemCache.php

This file was deleted.

10 changes: 0 additions & 10 deletions tests/Helpers/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@

class Helpers
{
/**
* Determines if we only want to run unit tests
*
* @since 0.9.0
*/
public static function isUnitTest(): bool
{
return ! empty($GLOBALS['argv']) && in_array('--group=unit', $GLOBALS['argv'], true);
}

/**
* Invokes a private/protected class method and retrieves it's result
*
Expand Down

0 comments on commit 3151613

Please sign in to comment.