Exemplo n.º 1
0
 /**
  * Only theoretical.
  * 
  * @return void
  */
 public function testTheoreticalBeautifications()
 {
     $bean = R::dispense('bean');
     $bean->setMeta('type', 'a_b_c');
     R::store($bean);
     $testReport = \Model_A_B_C::getTestReport();
     asrt($testReport, 'didSave');
 }
Exemplo n.º 2
0
 /**
  * Update method to set the flag.
  */
 public function update()
 {
     self::$test = 'didSave';
 }