Add missing author-link property to testFormatItems*
This commit is contained in:
		
					parent
					
						
							
								3a89ab199b
							
						
					
				
			
			
				commit
				
					
						cdab9b4cd2
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2337,8 +2337,9 @@ class ApiTest extends DatabaseTest
 | 
			
		|||
				'coord' => '5 7',
 | 
			
		||||
				'body' => '',
 | 
			
		||||
				'verb' => '',
 | 
			
		||||
				'author-id' => 42,
 | 
			
		||||
				'author-id' => 43,
 | 
			
		||||
				'author-network' => \Friendica\Core\Protocol::DFRN,
 | 
			
		||||
				'author-link' => 'http://localhost/profile/othercontact',
 | 
			
		||||
				'plink' => '',
 | 
			
		||||
			]
 | 
			
		||||
		];
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2360,9 @@ class ApiTest extends DatabaseTest
 | 
			
		|||
				'coord' => '5 7',
 | 
			
		||||
				'body' => '',
 | 
			
		||||
				'verb' => '',
 | 
			
		||||
				'author-id' => 42,
 | 
			
		||||
				'author-id' => 43,
 | 
			
		||||
				'author-network' => \Friendica\Core\Protocol::DFRN,
 | 
			
		||||
				'author-link' => 'http://localhost/profile/othercontact',
 | 
			
		||||
				'plink' => '',
 | 
			
		||||
			]
 | 
			
		||||
		];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue