mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-16 21:23:48 +09:00
Added Hide Time option;
Fixed author tags
This commit is contained in:
@@ -17,7 +17,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 10,000 meters is 10.00 kilometers using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_distance() {
|
||||
@@ -28,7 +28,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 42.195 km is 42,195.00 meters using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_distance_inverse() {
|
||||
@@ -39,7 +39,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 4.47 meters per second is 16.09 kmh using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_speed() {
|
||||
@@ -50,7 +50,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 2.2352 meters per second is a 7:27 minute/kilometer pace using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_pace() {
|
||||
@@ -61,7 +61,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 70 meters is 70.00 meters using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_elevation() {
|
||||
@@ -72,7 +72,7 @@ class WPStrava_SOMMetricTest extends TestCase {
|
||||
/**
|
||||
* Test that 1.66 meters per second is a 1:00 minute/100m pace using both string and float inputs.
|
||||
*
|
||||
* @author Justin Foell <justin.foell@webdevstudios.com>
|
||||
* @author Justin Foell <justin@foell.org>
|
||||
* @since 1.7.1
|
||||
*/
|
||||
public function test_swimpace() {
|
||||
|
||||
Reference in New Issue
Block a user