mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Refactor und erste Version der Grafik als SVG
This commit is contained in:
@@ -81,6 +81,17 @@ class StudienplatzverwaltungAPITest extends PHPUnit_Framework_TestCase
|
||||
$this->assertNotNull($appdaten);
|
||||
}
|
||||
|
||||
public function testDownloadUV()
|
||||
{
|
||||
$api = StudienplatzverwaltungAPI::init();
|
||||
$appdaten = $api->newUV('2013/14',3, $this->uid);
|
||||
$this->assertNotNull($appdaten);
|
||||
$result = $api->exportXML('2013/14',1, $this->uid);
|
||||
printf($result);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function testGetMetadata() {
|
||||
$sj = '2013/14';
|
||||
|
||||
Reference in New Issue
Block a user