/**
  * A basic functional test example.
  *
  * @return void
  */
 public function testCreate()
 {
     $_snapshot = Snapshot::create('bender');
 }