Skip to content

Commit

Permalink
Release 2.0-stable (#88)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: StyleCI <[email protected]>
Co-authored-by: tinkleCat <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent 93103f1 commit 8068d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Cases/Listener/CrontabProcessStarredListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
use Hyperf\Process\ProcessManager;
use Hyperf\Testing\Concerns\RunTestsInCoroutine;
use Mine\Crontab\Listener\CrontabProcessStarredListener;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
use PHPUnit\Framework\TestCase;

/**
* @internal
* @coversNothing
*/
#[RequiresPhpExtension('swoole', '< 6.0')]
class CrontabProcessStarredListenerTest extends TestCase
{
use RunTestsInCoroutine;
Expand Down
2 changes: 2 additions & 0 deletions tests/Cases/ScheduleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
use Hyperf\Database\Query\Builder;
use Hyperf\Testing\Concerns\RunTestsInCoroutine;
use Mine\Crontab\Schedule;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
use PHPUnit\Framework\TestCase;

/**
* @internal
* @coversNothing
*/
#[RequiresPhpExtension('swoole', '< 6.0')]
class ScheduleTest extends TestCase
{
use RunTestsInCoroutine;
Expand Down

0 comments on commit 8068d20

Please sign in to comment.