簡體   English   中英

WebTestCase Symfony中找不到AsserEquals

[英]AsserEquals not found in WebTestCase Symfony

我有一個WebTestCase類:

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Bundle\FrameworkBundle\Client;

class ApiAdminInvoiceControllerTest extends WebTestCase
{
    public function test()
    {
        ...
        $this->assertArrayHasKey('id', $array);
        ...
    }
}

我在所有斷言中都有這個錯誤: Method 'assertArrayHasKey' not found

嘗試使用PHPUnit \\ Framework \\ TestCase; 作為基類

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM