Skip to content

Commit

Permalink
Actually I don't care about testing this right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat committed Apr 9, 2015
1 parent 13e9a15 commit 705b0d9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/test-post-by-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @group PostByEmailCore
* @coversDefaultClass Post_By_Email
*/

class Tests_Post_By_Email_Plugin extends WP_UnitTestCase {

/**
Expand Down Expand Up @@ -545,17 +546,6 @@ public function test_save_attachments() {
$this->assertCount( 1, $attached_media );
}

/**
* Test sending an email response.
*
* @since 1.1
* @covers ::send_response
*/
public function test_send_response() {
// This will test $stub->send_response();
$this->markTestIncomplete();
}

/**
* Test finding a shortcode in the message content and returning its arguments.
*
Expand Down

0 comments on commit 705b0d9

Please sign in to comment.