diff options
Diffstat (limited to 'tests/lib/migrate.php')
-rw-r--r-- | tests/lib/migrate.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/migrate.php b/tests/lib/migrate.php index d438a7a692e..c4442511e1f 100644 --- a/tests/lib/migrate.php +++ b/tests/lib/migrate.php @@ -12,7 +12,7 @@ class Test_Migrate extends PHPUnit_Framework_TestCase { public $tmpfiles = array(); /** - * @brief Generates a test user and sets up their file system + * Generates a test user and sets up their file system * @return string the test users id */ public function generateUser() { @@ -27,8 +27,8 @@ class Test_Migrate extends PHPUnit_Framework_TestCase { } /** - * @brief validates an export for a user - * @brief checks for existence of export_info.json and file folder + * validates an export for a user + * checks for existence of export_info.json and file folder * @param string $exportedUser the user that was exported * @param string $path the path to the .zip export * @param string $exportedBy |