You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在PHP 7.4.3 (cli) (built: May 6 2022 00:16:42) ( NTS )中,hyperf版本2.2.0
使用以下代码无运行相应的代码
`<?php
declare(strict_types=1);
namespace HyperfTest\admin\Service;
use Hyperf\Context\ApplicationContext;
use PHPUnit\Framework\TestCase;
class TestTest extends TestCase
{
protected function setUp(): void
{
}
}
`
运行composer test -- --filter=testTestCasePush ,无法调用依赖testCaseEmpty的方法,不知道是怎么原因导致依赖方法无法使用.
Beta Was this translation helpful? Give feedback.
All reactions