Skip to content

Commit

Permalink
Add a missing test support file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Oct 17, 2023
1 parent 011c2e6 commit 3135810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/_support/Page/Acceptance/Offer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
namespace Page\Acceptance;

class Offer extends Invoice
{
public static $addLink = 'New Offer';
}

0 comments on commit 3135810

Please sign in to comment.