Skip to content

Commit

Permalink
NOJIRA Avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Oct 3, 2016
1 parent 9acd2cd commit 303095b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/ca/AttributeValues/LCSHQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

class LCSHQueryTest extends PHPUnit_Framework_TestCase {

// public function testBasicQuery() {
public function testBasicQuery() {
// $vs_voc_query = '&q='.rawurlencode('cs:http://id.loc.gov/authorities/subjects');
// $vs_url = 'http://id.loc.gov/search/?q='.urlencode('"bowl"').$vs_voc_query.'&format=atom&count=150';
//
Expand All @@ -48,6 +48,6 @@ class LCSHQueryTest extends PHPUnit_Framework_TestCase {
// $o_entries = $o_xml->{'entry'};
// $this->assertTrue($o_entries instanceof SimpleXMLElement);
// $this->assertGreaterThan(65, sizeof($o_entries)); // there were 67 on 11/4/2015
// }
}

}

0 comments on commit 303095b

Please sign in to comment.