diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 08:41:01 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 08:41:01 +0200 |
commit | b1458d590dbd4bfbaf64c3429ec441a82c074f40 (patch) | |
tree | cc6b49b52923dcc5a71a700e0681af250cc43595 /tests/lib/files/node | |
parent | 7ca5b35379144d868a36f10c237c78de56f4ed5a (diff) | |
download | nextcloud-server-b1458d590dbd4bfbaf64c3429ec441a82c074f40.tar.gz nextcloud-server-b1458d590dbd4bfbaf64c3429ec441a82c074f40.zip |
Fix namespaces and class names in tests/lib/files/
Diffstat (limited to 'tests/lib/files/node')
-rw-r--r-- | tests/lib/files/node/IntegrationTest.php (renamed from tests/lib/files/node/integration.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/node/integration.php b/tests/lib/files/node/IntegrationTest.php index addc7e98f48..e11f9bca4ea 100644 --- a/tests/lib/files/node/integration.php +++ b/tests/lib/files/node/IntegrationTest.php @@ -20,7 +20,7 @@ use OC\User\User; * * @package Test\Files\Node */ -class IntegrationTests extends \Test\TestCase { +class IntegrationTest extends \Test\TestCase { /** * @var \OC\Files\Node\Root $root */ |