Remove useless test

This commit is contained in:
Laurent Destailleur 2022-12-20 11:19:17 +01:00
parent 7eedcdd115
commit 3ff9b4ba95

View File

@ -131,27 +131,6 @@ class KnowledgeRecordTest extends PHPUnit\Framework\TestCase
}
/**
* A sample test
*
* @return bool
*/
public function testSomething()
{
global $conf, $user, $langs, $db;
$conf = $this->savconf;
$user = $this->savuser;
$langs = $this->savlangs;
$db = $this->savdb;
$result = true;
print __METHOD__." result=".$result."\n";
$this->assertTrue($result);
return $result;
}
/**
* testKnowledgeRecordCreate
*