Rename data provider so that it doesn't get executed as test
This commit is contained in:
parent
8dccd27b52
commit
ee5f222c58
@ -61,7 +61,7 @@ class HydrationCompleteHandlerTest extends TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider testGetValidListenerInvocationFlags
|
* @dataProvider invocationFlagProvider
|
||||||
*
|
*
|
||||||
* @param int $listenersFlag
|
* @param int $listenersFlag
|
||||||
*/
|
*/
|
||||||
@ -99,7 +99,7 @@ class HydrationCompleteHandlerTest extends TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider testGetValidListenerInvocationFlags
|
* @dataProvider invocationFlagProvider
|
||||||
*
|
*
|
||||||
* @param int $listenersFlag
|
* @param int $listenersFlag
|
||||||
*/
|
*/
|
||||||
@ -125,7 +125,7 @@ class HydrationCompleteHandlerTest extends TestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider testGetValidListenerInvocationFlags
|
* @dataProvider invocationFlagProvider
|
||||||
*
|
*
|
||||||
* @param int $listenersFlag
|
* @param int $listenersFlag
|
||||||
*/
|
*/
|
||||||
@ -187,7 +187,7 @@ class HydrationCompleteHandlerTest extends TestCase
|
|||||||
$this->handler->hydrationComplete();
|
$this->handler->hydrationComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetValidListenerInvocationFlags()
|
public function invocationFlagProvider()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
[ListenersInvoker::INVOKE_LISTENERS],
|
[ListenersInvoker::INVOKE_LISTENERS],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user