You are here

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

ScheduleDataTest

Namespace

AKlump\LoftDataGrids

Code

public function testBadWeekdayFormatThrows() {
  $this->obj
    ->addWeekdayOff('fish');
}