/**
  * @test
  * @depends shouldPostInstall
  */
 public function shouldPostUpdate()
 {
     Installation::postUpdate();
     $this->assertTrue(Config::binExists());
 }