Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Oct 24, 2023
2 parents 31759c4 + fae422e commit 90a4592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

use Salahhusa9\Updater\Helpers\Git;

it('can test', function () {

info([
'Git::getCurrentBranch();' => Git::getCurrentBranch(),
]);

expect(true)->toBeTrue();
});
2 changes: 1 addition & 1 deletion tests/HelperTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Salahhusa9\Updater\Helpers\Helper;
use PHPUnit\Framework\TestCase;
use Salahhusa9\Updater\Helpers\Helper;

class HelperTest extends TestCase
{
Expand Down

0 comments on commit 90a4592

Please sign in to comment.