mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-21 20:56:14 +01:00
TASK: Fix typo in test method name
This commit is contained in:
parent
8fe42789ba
commit
5c493aad21
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class DataHandlerToProcessorTest extends AbstractUnitTestCase
|
|||
/**
|
||||
* @test
|
||||
*/
|
||||
public function indexingIsNotCalledForProcesIfDataIsInvalid()
|
||||
public function indexingIsNotCalledForProcessIfDataIsInvalid()
|
||||
{
|
||||
$coreDataHandlerMock = $this->getMockBuilder(CoreDataHandler::class)->getMock();
|
||||
$coreDataHandlerMock->datamap = [
|
||||
|
|
Loading…
Reference in a new issue