mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[WAR] added tokens images
This commit is contained in:
parent
0ef003a4a7
commit
c6d32bd33d
16 changed files with 68 additions and 10 deletions
|
|
@ -5,6 +5,7 @@ import mage.constants.Zone;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -64,6 +65,7 @@ public class EssenceOfTheWildCopyTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // TODO: enable and fix random failes with replace effects
|
||||
public void test_CopyCreatureByCopied() {
|
||||
// essence copy to creature 1 -> creature 1 copy to creature
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Essence of the Wild", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue