1 | <?php |
||
17 | class TermStoreWriterTest extends TestCase { |
||
18 | |||
19 | /** |
||
20 | * @var TermStoreWriter |
||
21 | */ |
||
22 | private $store; |
||
23 | |||
24 | public function setUp() { |
||
27 | |||
28 | public function testWhenNoConnection_storeEntityFingerprintThrowsException() { |
||
34 | |||
35 | public function testWhenNoConnection_dropTermsForIdThrowsException() { |
||
41 | |||
42 | } |
||
43 |