Contribution Date
Technology
Contribution Project
Contribution Details
+
+ //Test the grouping tab
+ $this->drupalGet('examples/dbtng/grouping_list');
+ $this->assertPattern("/John[td\/<>\w]+2/", "Text 'John' found in table with 2 count");
+ //Now add new entry
+ $this->drupalPost('examples/dbtng/add',
+ array(
+ 'name' => 'Some',
+ 'surname' => 'Anonymous',
+ 'age' => 31,
+ ),
+ t('Add')
+ );
+ $this->drupalGet('examples/dbtng/grouping_list');
+ $this->assertPattern("/Some[td\/<>\w]+1/", "Text 'Some' found in table with 1 count");
Contribution Issue Link
Contribution Link
Files count
1
Patches count
1