1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00

libraries

This commit is contained in:
fogelito 2023-03-22 19:14:41 +02:00
parent 34467de87d
commit 319698dab4

View file

@ -500,12 +500,9 @@ trait DatabasesBase
/// $this->assertEquals('restrict', $attribute['body']['onUpdate']); /// $this->assertEquals('restrict', $attribute['body']['onUpdate']);
$this->assertEquals('cascade', $attribute['body']['onDelete']); $this->assertEquals('cascade', $attribute['body']['onDelete']);
var_dump($response);
die;
return []; return [];
} }
/** /**
* @depends testCreateAttributes * @depends testCreateAttributes
*/ */