зеркало из https://github.com/nextcloud/cookbook.git
Removed unneeded autoload tricks with composer
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
646965f59f
Коммит
b66aac388d
|
@ -24,10 +24,5 @@
|
|||
"platform": {
|
||||
"php": "7.4"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"OCA\\Cookbook\\tests\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace OCA\Cookbook\tests\Integration;
|
||||
namespace OCA\Cookbook\Tests\Integration;
|
||||
|
||||
use ChristophWurst\Nextcloud\Testing\TestCase;
|
||||
use ChristophWurst\Nextcloud\Testing\DatabaseTransaction;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace OCA\Cookbook\tests\Integration\Db\RecipeDb;
|
||||
|
||||
use OCA\Cookbook\Db\RecipeDb;
|
||||
use OCA\Cookbook\tests\Integration\AbstractDatabaseTestCase;
|
||||
use OCA\Cookbook\Tests\Integration\AbstractDatabaseTestCase;
|
||||
use OCP\AppFramework\Db\DoesNotExistException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
namespace OCA\Cookbook\tests\Integration\Db\RecipeDb;
|
||||
|
||||
use OCA\Cookbook\Db\RecipeDb;
|
||||
use OCA\Cookbook\tests\Integration\AbstractDatabaseTestCase;
|
||||
use OCA\Cookbook\Tests\Integration\AbstractDatabaseTestCase;
|
||||
|
||||
/**
|
||||
* @covers OCA\Cookbook\Db\RecipeDb
|
||||
|
|
Загрузка…
Ссылка в новой задаче