Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Flysystem #57

Merged
merged 6 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/MarkdownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function file_content_is_markdown()
"---\ntitle: Something\n---\n\nMarkdown text\n",
"string",
17.66, // 0.17, // 0.13, // 0.12, // 0.11,
309 // 235
392 // 309 // 235
)->unfoldUsing(
Shoop::store(__DIR__)->append([
"data",
Expand All @@ -59,7 +59,7 @@ public function file_content_is_markdown()
"---\ntitle: Something\n---\n\nMarkdown text\n",
"string",
0.38, // 0.24, // 0.22, // 0.21, // 0.2, // 0.19,
12 // 11 // 10
13 // 12 // 11 // 10
)->unfoldUsing(
Shoop::store(__DIR__)->append([
"data",
Expand Down Expand Up @@ -93,7 +93,7 @@ public function meta_and_replacements()
'<i>Markdown content</i>',
"string",
25.67, // 10.02, // 8.44,
854 // 848 // 768
943 // 854 // 848 // 768
)->unfoldUsing(
Shoop::markdown("Markdown content")->html([
"text" => "content"
Expand Down
2 changes: 1 addition & 1 deletion tests/StoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function check_is_file_or_folder()
AssertEquals::applyWith(
false,
"boolean",
0.08, // 0.07,
0.21, // 0.08, // 0.07,
1
)->unfoldUsing(
Shoop::store(__DIR__)->append([
Expand Down