You are here

public function ClassifiedTestNotificationsTest::queueFlush in Classified Ads 7.3

Delete and recreate queue.

1 call to ClassifiedTestNotificationsTest::queueFlush()
ClassifiedTestNotificationsTest::test1441396 in tests/classified_test_notifications.test
Issue #1441396.

File

tests/classified_test_notifications.test, line 39

Class

ClassifiedTestNotificationsTest
Test cases for the Classified Ads notifications submodule.

Code

public function queueFlush() {
  $this->queue
    ->deleteQueue();
  $this->queue
    ->createQueue('classified_notifications', TRUE);

  // FIXME: use Queue API.
}