mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Chart vervollständigt und Bug Fix für Speichern Unter
This commit is contained in:
@@ -91,6 +91,14 @@ class StudienplatzverwaltungAPITest extends PHPUnit_Framework_TestCase
|
||||
|
||||
}
|
||||
|
||||
public function testGetInfoData()
|
||||
{
|
||||
$api = StudienplatzverwaltungAPI::init();
|
||||
$appdaten = $api->getInfoDaten('2011/12',3);
|
||||
$this->assertNotNull($appdaten);
|
||||
var_dump($appdaten);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function testGetMetadata() {
|
||||
|
||||
Reference in New Issue
Block a user