createUser( 'll-' ); echo "setIsWatchingForAll(): \n"; $helper->setIsWatchingForAll(); echo "\nsetCalendarForAll(): \n"; $helper->setCalendarForAll(); $msg = ob_get_contents(); ob_end_clean(); $this->info( $msg ); return Command::SUCCESS; } }