public function ScheduleDataTest::testBadWeekdayFormatThrows in Loft Data Grids 7.2
@expectedException InvalidArgumentException
File
- vendor/
aklump/ loft_data_grids/ tests/ phpunit/ ScheduleDataTest.php, line 11
Class
Namespace
AKlump\LoftDataGridsCode
public function testBadWeekdayFormatThrows() {
$this->obj
->addWeekdayOff('fish');
}