Skip to content

Commit cd99e21

Browse files
committed
[TASK] Mark tests incomplete instead of returning this
1 parent c9d0bcd commit cd99e21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/app/code/community/FireGento/AdminMonitoring/Test/Model

src/app/code/community/FireGento/AdminMonitoring/Test/Model/Observer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function _createObserver(array $data)
7575
*/
7676
public function testNoHistorySaves()
7777
{
78-
return $this; // @todo fix unit test
78+
$this->markTestIncomplete('Test needs to be refactored.');
7979

8080
$object = new FireGento_AdminMonitoring_Model_History();
8181
$data = array('object' => $object);
@@ -96,7 +96,7 @@ public function testNoHistorySaves()
9696
public function testHistorySavesWithCustomer(
9797
$id, $mail = null, $firstname = null, $lastname = null, $password = null
9898
) {
99-
return $this; // @todo fix unit test
99+
$this->markTestIncomplete('Test needs to be refactored.');
100100

101101
/* @var $customer Mage_Customer_Model_Customer */
102102
$customer = Mage::getModel('customer/customer');

0 commit comments

Comments
 (0)