Removed print_r

This commit is contained in:
snipe 2016-12-15 15:14:08 -08:00
parent 816affc83b
commit 4603000d12

View file

@ -51,7 +51,7 @@ class AssetsCest
'rtd_location_id' => $asset->rtd_location_id, 'rtd_location_id' => $asset->rtd_location_id,
'requestable' => $asset->requestable, 'requestable' => $asset->requestable,
]; ];
print_r($values); ///print_r($values);
$I->wantTo("Test Validation Succeeds"); $I->wantTo("Test Validation Succeeds");
$I->amOnPage(route('hardware.create')); $I->amOnPage(route('hardware.create'));
$I->submitForm('form#create-form', $values); $I->submitForm('form#create-form', $values);