expectException(\InvalidArgumentException::class); $this->expectExceptionMessage('Unsupported value given, only boolean is supported'); $spreadsheet = new Spreadsheet(); $worksheet = $spreadsheet->getActiveSheet(); $sut = $this->getFormatter(); $sut->setFormattedValue($worksheet, 1, 1, 'sdfsdf'); } }