diff options
Diffstat (limited to 'build/integration/features/bootstrap/Trashbin.php')
-rw-r--r-- | build/integration/features/bootstrap/Trashbin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php index 46eeabb4214..f286147e3eb 100644 --- a/build/integration/features/bootstrap/Trashbin.php +++ b/build/integration/features/bootstrap/Trashbin.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2017, ownCloud GmbH. * * @author Daniel Calviño Sánchez <danxuliu@gmail.com> - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <vincent@nextcloud.com> * @@ -22,7 +22,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - use PHPUnit\Framework\Assert; require __DIR__ . '/../../vendor/autoload.php'; |