UnitTests are now located in tests directory & tiny improvements
This commit is contained in:
11
tests/Fixtures/DummyServiceResponse.php
Normal file
11
tests/Fixtures/DummyServiceResponse.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures;
|
||||
|
||||
class DummyServiceResponse
|
||||
{
|
||||
/**
|
||||
* @var bool $status
|
||||
*/
|
||||
public $status;
|
||||
}
|
Reference in New Issue
Block a user