Skip to content

Commit ff5ee6d

Browse files
committed
Remove doc blocks in favor of annotations
1 parent ded96c8 commit ff5ee6d

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/PhpunitWatcherTest.php

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

1010
class PhpunitWatcherTest extends TestCase
1111
{
12-
/** @test */
1312
#[Test]
1413
public function the_watcher_can_be_executed()
1514
{

tests/WatcherCommandTest.php

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

99
class WatcherCommandTest extends TestCase
1010
{
11-
/** @test */
1211
#[Test]
1312
public function it_can_be_instantiated()
1413
{

tests/WatcherFactoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
class WatcherFactoryTest extends TestCase
1010
{
11-
/** @test */
1211
#[Test]
1312
public function it_can_be_instantiated()
1413
{
@@ -17,7 +16,6 @@ public function it_can_be_instantiated()
1716
$this->assertInstanceOf(WatcherFactory::class, $factory);
1817
}
1918

20-
/** @test */
2119
#[Test]
2220
public function setting_notification_preserves_other_options()
2321
{
@@ -35,7 +33,6 @@ public function setting_notification_preserves_other_options()
3533
$this->assertSame('*.php', $actualOptions['watch']['fileMask']);
3634
}
3735

38-
/** @test */
3936
#[Test]
4037
public function setting_directories_preserves_other_options()
4138
{

0 commit comments

Comments
 (0)