Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 24, 2023
1 parent 2c41b55 commit 013045b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",
"ci": [
"@prepare",
"@lint",
"@test"
],
"lint": [
"@php vendor/bin/pint",
"@php vendor/bin/phpstan analyse"
Expand Down
2 changes: 2 additions & 0 deletions tests/Feature/DocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function it_can_use_namespaed()

/**
* @test
*
* @dataProvider dataCollectionProvider
*/
public function it_can_parse($content, $schema, $expected)
Expand All @@ -49,6 +50,7 @@ public function it_can_parse($content, $schema, $expected)

/**
* @test
*
* @requires PHP 7.0
*/
public function it_can_parse_with_tags()
Expand Down

0 comments on commit 013045b

Please sign in to comment.