freifunkmeta/tests/test-wpsample.php

8 lines
155 B
PHP
Raw Normal View History

2014-05-26 15:35:17 +02:00
<?php
# all tests with WP integration
class SampleTest extends WP_UnitTestCase {
function test_sample() {
$this->assertTrue(true);
}
}