test-unit-tests.php 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php class WPSEO_Test_Unit_Tests extends WPSEO_TestCase { function test_true_is_true() { $this->assertTrue( true ); // Yay, your unit tests are running! } }