You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
12 lines
286 B
PHP
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'));
|
||
|
}
|
||
|
}
|
||
|
|