This commit is contained in:
parent
c8216b4e2a
commit
e836e84421
@ -92,7 +92,7 @@ class TestController extends AbstractController
|
|||||||
public function testError()
|
public function testError()
|
||||||
{
|
{
|
||||||
// 模拟触发 SQLSTATE[42S22]: Column not found 数据库报错
|
// 模拟触发 SQLSTATE[42S22]: Column not found 数据库报错
|
||||||
Db::select("SELECT nonexistent_column_test FROM user_ca_cert LIMIT 1");
|
Db::select("SELECT nonexistent_column_test FROM gdxz_user_ca_cert LIMIT 1");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test(){
|
public function test(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user