| 1049 | class TestMoprphWarpGate : public TestUnitCommandNoTarget { |
| 1050 | public: |
| 1051 | TestMoprphWarpGate() { |
| 1052 | test_unit_type_ = UNIT_TYPEID::PROTOSS_GATEWAY; |
| 1053 | test_ability_ = ABILITY_ID::MORPH_WARPGATE; |
| 1054 | } |
| 1055 | |
| 1056 | void SetTestTime() override { |
| 1057 | wait_game_loops_ = 150; |
nothing calls this directly
no outgoing calls
no test coverage detected