Skip to content

Commit

Permalink
Drop unused test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Oct 24, 2016
1 parent d418e72 commit 979ce51
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/MessageTest.php
Expand Up @@ -52,14 +52,6 @@ public function it_can_force_the_token_over_cellphone_network()
$this->assertEquals(true, $this->message->force);
}

/** @test */
public function it_can_avoid_forcing_the_token_over_cellphone_network()
{
$this->message->doNotForce();

$this->assertEquals(false, $this->message->force);
}

/** @test */
public function it_can_set_token_sending_method()
{
Expand Down

0 comments on commit 979ce51

Please sign in to comment.