Remove useless test
This commit is contained in:
parent
7eedcdd115
commit
3ff9b4ba95
@ -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
|
* testKnowledgeRecordCreate
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user