Update Laravel Pint, fix files in codebase
This commit is contained in:
parent
672e724784
commit
6d6e719f52
64 changed files with 10 additions and 411 deletions
|
@ -11,8 +11,6 @@ class HorizonTest extends TestCase
|
|||
* Horizon has its own test suite, here we just test it has been installed successfully.
|
||||
*
|
||||
* @test
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function horizonIsInstalled(): void
|
||||
{
|
||||
|
|
|
@ -19,9 +19,6 @@ class HelpersTest extends TestCase
|
|||
* @test
|
||||
*
|
||||
* @dataProvider urlProvider
|
||||
*
|
||||
* @param string $input
|
||||
* @param string $output
|
||||
*/
|
||||
public function normalizeUrlOnDataProvider(string $input, string $output): void
|
||||
{
|
||||
|
|
|
@ -27,8 +27,6 @@ class NotesTest extends TestCase
|
|||
* relevant sub-methods.
|
||||
*
|
||||
* @test
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function getNoteAttributeMethodCallsSubMethods(): void
|
||||
{
|
||||
|
@ -44,8 +42,6 @@ class NotesTest extends TestCase
|
|||
* Look for a default image in the contact’s h-card for the makeHCards method.
|
||||
*
|
||||
* @test
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function defaultImageUsedAsFallbackInMakehcardsMethod(): void
|
||||
{
|
||||
|
@ -68,8 +64,6 @@ class NotesTest extends TestCase
|
|||
* Look for a specific profile image in the contact’s h-card.
|
||||
*
|
||||
* @test
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function specificProfileImageUsedInMakehcardsMethod(): void
|
||||
{
|
||||
|
@ -98,8 +92,6 @@ class NotesTest extends TestCase
|
|||
* Look for twitter URL when there’s no associated contact.
|
||||
*
|
||||
* @test
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function twitterLinkIsCreatedWhenNoContactFound(): void
|
||||
{
|
||||
|
|
|
@ -36,9 +36,6 @@ class TagsTest extends TestCase
|
|||
* @test
|
||||
*
|
||||
* @dataProvider tagsProvider
|
||||
*
|
||||
* @param string $input
|
||||
* @param string $expected
|
||||
*/
|
||||
public function canNormalize(string $input, string $expected): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue