/**
  * @test
  */
 public function DoContains()
 {
     $this->assertTrue($this->cacheProviderDecorator->contains(CacheProviderMock::ID));
     $this->assertTrue($this->cacheProvider->doContainsHasBeenCalled);
     $this->assertEquals(self::EXPECTED_ID, $this->cacheProvider->id);
 }