我有一个WebTestCase类:
dsetool reload_core keyspace_name.table_name reindex=true deleteAll=false
我在所有断言中都有此错误:use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Bundle\FrameworkBundle\Client;
class ApiAdminInvoiceControllerTest extends WebTestCase
{
public function test()
{
...
$this->assertArrayHasKey('id', $array);
...
}
}
。
答案 0 :(得分:0)
尝试使用PHPUnit \ Framework \ TestCase;作为基类