Skip to content
Snippets Groups Projects
Commit 9fc3b200 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

test

parent 0333c8dc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<?php
$ok = true;
try {
$list->getLabels();
$test = $list->getLabels();
} catch (Exception $e) {
echo $e->getMessage();
$ok = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment