Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit b08319a

Browse files
author
Mateu Aguiló Bosch
committed
Remove unused code
1 parent 13e1f5d commit b08319a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: lib/Drupal/typed_entity/Tests/TypedEntityUnitTestCase.php

-17
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,4 @@ public function testTypedEntityManager() {
9595
$this->assertEqual($entity->{$random_name}, $random_value);
9696
}
9797

98-
/**
99-
* Loads a serialized object from a file.
100-
*
101-
* @param string $path
102-
* The location of the fixture file.
103-
*
104-
* @return mixed
105-
* The unserialized value.
106-
*/
107-
protected static function loadFixture($path) {
108-
if (!file_exists($path)) {
109-
return NULL;
110-
}
111-
$contents = file_get_contents($path);
112-
return unserialize($contents);
113-
}
114-
11598
}

0 commit comments

Comments
 (0)