WebTestCase Symfony中找不到AsserEquals

时间:2017-06-01 10:29:38

标签: php symfony unit-testing web-testing

我有一个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); ... } }

1 个答案:

答案 0 :(得分:0)

尝试使用PHPUnit \ Framework \ TestCase;作为基类