/** * @expectedException \LogicException */ public function test_optionalEnd_noStart() { $this->builder->optionalEnd(); }