fix bridge testes

This commit is contained in:
Nicolas Le Goff
2011-12-30 00:32:17 +01:00
parent cc871662b6
commit 4c265a61bb
4 changed files with 66 additions and 51 deletions

View File

@@ -67,6 +67,21 @@ class Bridge_Api_Apitest_Containers implements Bridge_Api_ContainerInterface
{
}
public function get_category()
{
}
public function is_private()
{
}
public function get_rating()
{
}
}