markTestIncomplete(); } public function testValidationWhenCheckingOutConsumable() { $this->markTestIncomplete(); } public function testConsumableMustBeAvailableWhenCheckingOut() { $this->markTestIncomplete(); } public function testConsumableCanBeCheckedOut() { $this->markTestIncomplete(); } public function testUserSentNotificationUponCheckout() { $this->markTestIncomplete(); } public function testActionLogCreatedUponCheckout() { $this->markTestIncomplete(); } }