/**
  * @expectedException \Celest\IllegalArgumentException
  */
 public function test_padNext_1arg_invalidWidth()
 {
     $this->builder->padNext(0);
 }