records = [ [ 'id' => self::GALAXY_1_ID, 'name' => self::GALAXY_1_NAME, 'uuid' => self::GALAXY_1_UUID, 'description' => 'test description (disabled)', 'type' => 'test-galaxy-type', 'version' => '1', 'icon' => 'user-secret', 'namespace' => 'test', 'enabled' => false, 'local_only' => false, 'kill_chain_order' => json_encode(['TEST']), 'authors' => json_encode(['test-author-fixture']) ], [ 'id' => self::GALAXY_2_ID, 'name' => self::GALAXY_2_NAME, 'uuid' => self::GALAXY_2_UUID, 'description' => 'test description (enabled)', 'type' => 'test-galaxy-type', 'version' => '1', 'icon' => 'user-secret', 'namespace' => 'test', 'enabled' => true, 'local_only' => false, 'kill_chain_order' => json_encode(['TEST']), 'authors' => json_encode(['test-author-fixture']) ] ]; parent::init(); } }