Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Apr 30, 2019
1 parent e47e387 commit 701a9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/php/modules/shortcodes/test-class.medium.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class WP_Test_Jetpack_Shortcodes_Medium extends WP_UnitTestCase {
/**
* Verify that [medium] exists.
*
* @since 7.3.0
* @since 7.4.0
*/
public function test_shortcodes_medium_exists() {
$this->assertEquals( shortcode_exists( 'medium' ), true );
Expand All @@ -14,7 +14,7 @@ public function test_shortcodes_medium_exists() {
/**
* Verify that calling do_shortcode with the shortcode doesn't return the same content.
*
* @since 7.3.0
* @since 7.4.0
*/
public function test_shortcodes_medium_empty() {
$content = '[medium]';
Expand All @@ -28,7 +28,7 @@ public function test_shortcodes_medium_empty() {
/**
* Verify that a post with a link to a Profile page displays profile markup.
*
* @since 7.3.0
* @since 7.4.0
*/
public function test_shortcode_medium_faux_embed_profile() {
$profile_url = 'https://medium.com/@jeherve';
Expand All @@ -44,7 +44,7 @@ public function test_shortcode_medium_faux_embed_profile() {
/**
* Verify that a post with a link to a Medium story displays story markup.
*
* @since 7.3.0
* @since 7.4.0
*/
public function test_shortcode_medium_faux_embed_story() {
$story_url = 'https://medium.com/@jeherve/this-is-a-story-19f582daaf5b';
Expand Down

0 comments on commit 701a9ce

Please sign in to comment.