Skip to content

Commit 9c264fc

Browse files
author
Felix
committed
removed test for removed days method on period
1 parent 2159697 commit 9c264fc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/SearchConsoleClientFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
class SearchConsoleClientFactory
1111
{
12-
1312
/**
1413
* @param array $searchConsoleConfig
1514
* @return SearchConsoleClient

tests/Unit/PeriodTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@
99

1010
class PeriodTest extends TestCase
1111
{
12-
/** @test */
13-
public function it_can_create_a_period_for_a_given_amount_of_days()
14-
{
15-
Carbon::setTestNow(Carbon::create(2017, 7, 1));
16-
17-
$period = Period::days(7);
18-
19-
$this->assertSame('2017-06-22', $period->startDate->format('Y-m-d'));
20-
$this->assertSame('2017-06-28', $period->endDate->format('Y-m-d'));
21-
}
22-
2312
/** @test */
2413
public function it_provides_a_create_method()
2514
{

0 commit comments

Comments
 (0)