freifunkmeta/tests/test-wpsample.php
info@mschuette.name ec84f3d91b add unit testing
2014-05-26 13:35:17 +00:00

8 lines
155 B
PHP

<?php
# all tests with WP integration
class SampleTest extends WP_UnitTestCase {
function test_sample() {
$this->assertTrue(true);
}
}