add a simple "ff_list" shortcode, refactor get_all_locations()

This commit is contained in:
Martin Schütte 2014-06-16 18:59:51 +02:00
commit 56e67a1745
3 changed files with 72 additions and 35 deletions

View file

@ -171,10 +171,4 @@ class LowLevelTests extends PHPUnit_Framework_TestCase {
$this->assertRegExp('/irc\.hackint\.net\/example/', $ret);
$this->assertRegExp('/Facebook:/', $ret);
}
// function test_aux_get_all_locations() {
// $this->markTestIncomplete(
// 'This test has not been implemented yet.'
// );
// }
}