1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +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('cascade', $attribute['body']['onDelete']);
var_dump($response);
die;
return [];
}
/**
* @depends testCreateAttributes
*/