Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4 - Orchestra testbench and tests #8

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BarTracz
Copy link
Contributor

@BarTracz BarTracz commented Jul 8, 2024

I added LaravelHeatmapBuilderTest that is using Orchestra/Testbench. This should close #4

I added LaravelHeatmapBuilderTest that is using Orchestra/Testbench
composer.json Outdated Show resolved Hide resolved
testbench.yaml Outdated Show resolved Hide resolved
workbench/app/Providers/WorkbenchServiceProvider.php Outdated Show resolved Hide resolved
workbench/routes/console.php Outdated Show resolved Hide resolved
@BarTracz
Copy link
Contributor Author

BarTracz commented Jul 8, 2024

I removed unneccesary files made by orchestra/testbench

use Carbon\CarbonTimeZone;
use Orchestra\Testbench\TestCase;

class LaravelHeatmapBuilderTest extends TestCase
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about unhappy paths? Or we don't care about it here?

@BarTracz BarTracz marked this pull request as draft August 4, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing Orchestral Testbench
2 participants