PHPUnit assertSame, assertEquals on not equals strings give Error “ Uncaught PHP Exception Exception: ”Serialization of 'Closure' is not allowed“”

后端 未结 0 1302
南笙
南笙 2021-01-30 05:56
public function testTest(){
    $this->assertEquals("1", "2");   
}

This code give error

PHPUnit 9.3.10 by Sebasti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题