mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Merge pull request #4707 from delftswa2018/feature/SOLID-fix-in-Token-classes
SOLID violation fix in token classes
This commit is contained in:
commit
f6b8d0fea6
593 changed files with 5100 additions and 887 deletions
|
|
@ -38,7 +38,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class TokenActivatedAbilityTest extends CardTestPlayerBase {
|
||||
public class TokenImplActivatedAbilityTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* Check that activated ability of created token works
|
||||
|
|
@ -14,7 +14,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class CopyCreatureCardToTokenTest extends CardTestPlayerBase {
|
||||
public class CopyCreatureCardToTokenImplTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* Unesh, Criosphinx Sovereign did not have his ETB effect trigger when he
|
||||
Loading…
Add table
Add a link
Reference in a new issue