I am getting a headache with PHPUnit\'s behavior of always running TRUNCATE prior to inserting fixtures without first setting foreign key checks off:
TRUNCATE
\DB::statement('SET FOREIGN_KEY_CHECKS=0;');