Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 13, 2024
1 parent fe2ad65 commit 4fc679f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/units/PluginJamfMobileSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public function testImportAsComputer() {
$this->assertEquals(null, $link['lost_mode_enabled']);

var_dump(getAllDataFromTable(PluginJamfItem_ExtensionAttribute::getTable()));
var_dump(getAllDataFromTable('glpi_plugin_jamf_devices'));
var_dump(getAllDataFromTable(PluginJamfMobileDevice::getTable()));
var_dump($link);
$ext_attr_iterator = $DB->request([
'FROM' => PluginJamfItem_ExtensionAttribute::getTable(),
Expand Down

0 comments on commit 4fc679f

Please sign in to comment.