Fix the tests. re #34
This commit is contained in:
		
							parent
							
								
									a4260e08af
								
							
						
					
					
						commit
						15c3ae9947
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -352,11 +352,12 @@ class BookTest extends PHPUnit_Framework_TestCase | ||||||
| 
 | 
 | ||||||
|         $array = getJson (); |         $array = getJson (); | ||||||
| 
 | 
 | ||||||
|         $this->assertCount (4, $array); |         $this->assertCount (5, $array); | ||||||
|         $this->assertEquals ("Some books", $array[0]["title"]); |         $this->assertEquals ("Some books", $array[0]["title"]); | ||||||
|         $this->assertEquals ("No book", $array[1]["title"]); |         $this->assertEquals ("1 author", $array[1]["title"]); | ||||||
|         $this->assertEquals ("One book", $array[2]["title"]); |         $this->assertEquals ("1 series", $array[2]["title"]); | ||||||
|         $this->assertEquals ("1 book", $array[3]["title"]); |         $this->assertEquals ("One book", $array[3]["title"]); | ||||||
|  |         $this->assertEquals ("1 book", $array[4]["title"]); | ||||||
| 
 | 
 | ||||||
|         $_GET["query"] = NULL; |         $_GET["query"] = NULL; | ||||||
|         $_GET["search"] = NULL; |         $_GET["search"] = NULL; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue