1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/tests/Controller/SynchronizerControllerTest.php
2017-06-03 18:12:33 +01:00

12 lines
286 B
PHP

<?php
require_once dirname(dirname(__FILE__)) . '/setup.php';
class SynchronizerControllerTest extends BaseControllerTestCase {
public function testShowPost() {
// $r = $this->request('POST', '/users', null, array('email' => 'laurent', 'password' => '12345678'));
}
}