You are here

public function ClassifiedNotificationsTest::queueGetSize in Classified Ads 6.3

1 call to ClassifiedNotificationsTest::queueGetSize()
ClassifiedNotificationsTest::test1441396 in tests/classified_notifications.test
Issue #1441396.

File

tests/classified_notifications.test, line 25

Class

ClassifiedNotificationsTest

Code

public function queueGetSize() {
  $ret = db_result(db_query('SELECT count(*) FROM {job_queue}'));
  return $ret;
}