We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453a43b commit 4fad8d4Copy full SHA for 4fad8d4
tests/AppTest.php
@@ -34,7 +34,7 @@ public function testPurchase()
34
'amount' => $response->getData()['amount'],
35
'description' => $response->getData()['description'],
36
])->assertStatus(200)
37
- ->assertSee('<form method="POST" action="/process/payment">', false);
+ ->assertSee('<form method="POST" action="/payment/process">', false);
38
}
39
40
public function testCompletePurchase()
0 commit comments