mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
rename test file
This commit is contained in:
parent
8db7a4d307
commit
65dce362b4
1 changed files with 4 additions and 1 deletions
|
|
@ -14,9 +14,12 @@ import org.mage.test.serverside.base.CardTestMultiPlayerBase;
|
||||||
import java.io.FileNotFoundException;
|
import java.io.FileNotFoundException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 800.4d. If an object that would be owned by a player who has left the game would be created in any zone, it isn't created.
|
||||||
|
* If a triggered ability that would be controlled by a player who has left the game would be put onto the stack, it isn't put on the stack.
|
||||||
|
*
|
||||||
* @author Susucr
|
* @author Susucr
|
||||||
*/
|
*/
|
||||||
public class DelayedTriggerLastingAfterControllerLeavesTest extends CardTestMultiPlayerBase {
|
public class DelayedTriggerAfterControllerLeavesTest extends CardTestMultiPlayerBase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Game createNewGameAndPlayers() throws GameException, FileNotFoundException {
|
protected Game createNewGameAndPlayers() throws GameException, FileNotFoundException {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue