@@ 272-282 (lines=11) @@ | ||
269 | $I->assertFileNotExists($updatedPath); |
|
270 | } |
|
271 | ||
272 | public function test_extend_same_table_store(\AcceptanceTester $I) |
|
273 | { |
|
274 | $Horizon = Horizon_Store::start($I); |
|
275 | $Boomerang = Boomerang_Store::start($I); |
|
276 | ||
277 | $Horizon->インストール()->有効化(); |
|
278 | $Boomerang->インストール()->有効化(); |
|
279 | ||
280 | $Horizon->検証()->無効化()->削除(); |
|
281 | $Boomerang->検証()->無効化()->削除(); |
|
282 | } |
|
283 | ||
284 | public function test_extend_same_table_disabled_remove_store(\AcceptanceTester $I) |
|
285 | { |
|
@@ 284-294 (lines=11) @@ | ||
281 | $Boomerang->検証()->無効化()->削除(); |
|
282 | } |
|
283 | ||
284 | public function test_extend_same_table_disabled_remove_store(\AcceptanceTester $I) |
|
285 | { |
|
286 | $Horizon = Horizon_Store::start($I); |
|
287 | $Boomerang = Boomerang_Store::start($I); |
|
288 | ||
289 | $Horizon->インストール()->有効化()->無効化(); |
|
290 | $Boomerang->インストール()->有効化()->無効化(); |
|
291 | ||
292 | $Horizon->検証()->削除(); |
|
293 | $Boomerang->検証()->削除(); |
|
294 | } |
|
295 | ||
296 | public function test_extend_same_table_local(\AcceptanceTester $I) |
|
297 | { |
|
@@ 296-306 (lines=11) @@ | ||
293 | $Boomerang->検証()->削除(); |
|
294 | } |
|
295 | ||
296 | public function test_extend_same_table_local(\AcceptanceTester $I) |
|
297 | { |
|
298 | $Horizon = Horizon_Local::start($I); |
|
299 | $Boomerang = Boomerang_Local::start($I); |
|
300 | ||
301 | $Horizon->インストール()->有効化(); |
|
302 | $Boomerang->インストール()->有効化(); |
|
303 | ||
304 | $Horizon->検証()->無効化()->削除(); |
|
305 | $Boomerang->検証()->無効化()->削除(); |
|
306 | } |
|
307 | ||
308 | public function test_extend_same_table_disabled_remove_local(\AcceptanceTester $I) |
|
309 | { |
|
@@ 308-318 (lines=11) @@ | ||
305 | $Boomerang->検証()->無効化()->削除(); |
|
306 | } |
|
307 | ||
308 | public function test_extend_same_table_disabled_remove_local(\AcceptanceTester $I) |
|
309 | { |
|
310 | $Horizon = Horizon_Local::start($I); |
|
311 | $Boomerang = Boomerang_Local::start($I); |
|
312 | ||
313 | $Horizon->インストール()->有効化()->無効化(); |
|
314 | $Boomerang->インストール()->有効化()->無効化(); |
|
315 | ||
316 | $Horizon->検証()->削除(); |
|
317 | $Boomerang->検証()->削除(); |
|
318 | } |
|
319 | ||
320 | public function test_extend_same_table_crossed_store(\AcceptanceTester $I) |
|
321 | { |
|
@@ 320-330 (lines=11) @@ | ||
317 | $Boomerang->検証()->削除(); |
|
318 | } |
|
319 | ||
320 | public function test_extend_same_table_crossed_store(\AcceptanceTester $I) |
|
321 | { |
|
322 | $Horizon = Horizon_Store::start($I); |
|
323 | $Boomerang = Boomerang_Store::start($I); |
|
324 | ||
325 | $Horizon->インストール()->有効化()->無効化(); |
|
326 | $Boomerang->インストール()->有効化(); |
|
327 | ||
328 | $Horizon->検証()->削除(); |
|
329 | $Boomerang->検証()->無効化()->削除(); |
|
330 | } |
|
331 | ||
332 | public function test_extend_same_table_crossed_local(\AcceptanceTester $I) |
|
333 | { |
|
@@ 332-342 (lines=11) @@ | ||
329 | $Boomerang->検証()->無効化()->削除(); |
|
330 | } |
|
331 | ||
332 | public function test_extend_same_table_crossed_local(\AcceptanceTester $I) |
|
333 | { |
|
334 | $Horizon = Horizon_Local::start($I); |
|
335 | $Boomerang = Boomerang_Local::start($I); |
|
336 | ||
337 | $Horizon->インストール()->有効化()->無効化(); |
|
338 | $Boomerang->インストール()->有効化(); |
|
339 | ||
340 | $Horizon->検証()->削除(); |
|
341 | $Boomerang->検証()->無効化()->削除(); |
|
342 | } |
|
343 | ||
344 | public function test_dependency_each_install_plugin(\AcceptanceTester $I) |
|
345 | { |