From d81a376894b526b5769a553d07487b0b46fecaa2 Mon Sep 17 00:00:00 2001 From: Yoggzo Date: Thu, 11 Feb 2016 20:38:15 +0100 Subject: bugs --- server/Test/imageTests.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'server/Test/imageTests.php') diff --git a/server/Test/imageTests.php b/server/Test/imageTests.php index c3089e3..94ff7b6 100644 --- a/server/Test/imageTests.php +++ b/server/Test/imageTests.php @@ -1,6 +1,6 @@ listServers(true); echo 'toto'; +$image = new Image($App); $opt = Array(); $opt['name'] = "Test"; @@ -46,7 +47,7 @@ $opt['minRam'] = 10; //Liste des images -$images = $imageObject->list_images(); +$images = $image->list_images(); echo "Images présentes :"; echo "
"; -- cgit v1.2.3