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