* @copyright ©2015-2015 Andreas Heigl * @license http://www.opesource.org/licenses/mit-license.php MIT-License * @version 0.0 * @since 29.03.15 * @link https://github.com/heiglandreas/ */ namespace authLdapTest; class LdapTest extends \PHPUnit_Framework_TestCase { public function setup() { \WP_Mock::setUp(); } public function teardown() { \WP_Mock::tearDown(); } public function testNothing() { $this->markTestIncomplete('Nothing to do here'); } }