Skip to content
Snippets Groups Projects
Unverified Commit 8adf8a07 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3795 from nextcloud/fix/test-class-names

Fix test class name and file name mismatch
parents d629d20b 4a2aa002
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ use ChristophWurst\Nextcloud\Testing\TestCase;
use OCA\Mail\Controller\AutoCompleteController;
use OCP\AppFramework\Http\JSONResponse;
class AutoConfigControllerTest extends TestCase {
class AutoCompleteControllerTest extends TestCase {
private $request;
private $service;
private $controller;
......
......@@ -28,7 +28,7 @@ use ChristophWurst\Nextcloud\Testing\TestCase;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;
class IspDbtest extends TestCase {
class IspDbTest extends TestCase {
/** @var MockObject|LoggerInterface */
private $logger;
......
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