Tests basic load/save/delete operations.
function testCRUD() { $php = $this->storageFactory ->get('simpletest'); $this ->assertInstanceOf('Drupal\\Component\\PhpStorage\\FileStorage', $php); $this ->assertCRUD($php); }