diff --git a/phpunit.xml b/phpunit.xml
index 16a39027e72be2cf0a2656056074b6e6ed818be1..e7e3389d64a40c699e9d25ee1f2606560079f67a 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -8,7 +8,7 @@
 	convertWarningsToExceptions="true"
 	>
 	<testsuites>
-		<testsuite>
+		<testsuite name="eth-redirect-to-latest-post">
 			<directory prefix="test-" suffix=".php">./tests/</directory>
 			<exclude>./tests/test-sample.php</exclude>
 		</testsuite>
diff --git a/tests/test-plugin.php b/tests/test-plugin.php
index a8b51e486f2920893660cfb063fb5d092f667f2a..8be5542d120476996434ac6b2218694c838a72cf 100755
--- a/tests/test-plugin.php
+++ b/tests/test-plugin.php
@@ -24,8 +24,8 @@ class PluginTest extends WP_UnitTestCase {
 	 * slug used for redirection so that we can confirm that
 	 * redirection takes priority.
 	 */
-	public function setUp() {
-		parent::setUp();
+	public function set_up() {
+		parent::set_up();
 
 		$this->factory->post->create_many(
 			10,