1 views_handler_filter_string.test protected ViewsHandlerFilterStringTest::dataSet()

An extended test dataset.

Overrides ViewsSqlTest::dataSet

File

core/modules/views/tests/handlers/views_handler_filter_string.test, line 46
Definition of ViewsHandlerFilterStringTest.

Class

ViewsHandlerFilterStringTest
Tests the core views_handler_filter_string handler.

Code

protected function dataSet() {
  $dataset = parent::dataSet();
  $dataset[0]['description'] = 'John Winston Ono Lennon, MBE (9 October 1940 – 8 December 1980) was an English musician and singer-songwriter who rose to worldwide fame as one of the founding members of The Beatles, one of the most commercially successful and critically acclaimed acts in the history of popular music. Along with fellow Beatle Paul McCartney, he formed one of the most successful songwriting partnerships of the 20th century.';
  $dataset[1]['description'] = 'George Harrison,[1] MBE (25 February 1943 – 29 November 2001)[2] was an English rock guitarist, singer-songwriter, actor and film producer who achieved international fame as lead guitarist of The Beatles.';
  $dataset[2]['description'] = 'Richard Starkey, MBE (born 7 July 1940), better known by his stage name Ringo Starr, is an English musician, singer-songwriter, and actor who gained worldwide fame as the drummer for The Beatles.';
  $dataset[3]['description'] = 'Sir James Paul McCartney, MBE (born 18 June 1942) is an English musician, singer-songwriter and composer. Formerly of The Beatles (1960–1970) and Wings (1971–1981), McCartney is the most commercially successful songwriter in the history of popular music, according to Guinness World Records.[1]';
  $dataset[4]['description'] = NULL;

  return $dataset;
}