forked from easyrdf/easyrdf
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set correct Accept header for CONSTRUCT queries (#48)
* fix: set correct Accept header for CONSTRUCT queries Refs #47 * ClientTest.php: added test case to reproduce the error * fixed failing test in OpenGraphProtocolTest.php * add test with wikidata endpoint * GraphTest.php: added test to show same faulty behavior in Graph::load method * Graph.php: Graph::load uses correct Accept-headers from now on * ClientTest.php: refined new test for better readability * Update tests/EasyRdf/Sparql/ClientTest.php Co-authored-by: Ted Thibodeau Jr <[email protected]> * Update tests/EasyRdf/GraphTest.php Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Konrad Abicht <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
- Loading branch information
1 parent
6756872
commit b5eeeb3
Showing
4 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters