-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit tests #6
Conversation
👍 I'll wait for @DiegoPino before merging. |
Partially address: Islandora/documentation#255 |
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
|
||
|
||
<http://localhost:8080/fcrepo/rest/> a ldp:RDFSource , ldp:Container , ldp:BasicContainer , <http://www.modeshape.org/1.0root> , <http://www.jcp.org/jcr/nt/1.0base> , <http://www.jcp.org/jcr/mix/1.0referenceable> ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to avoid confusing people. Can be have a 4.5.x current root rdf? lot's of jar predicates. Or is this new and i'm missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah totally, just used the old vagrant, Fedora 4.4.0 I think. I'll update it.
Ok, sorry, where is the new app.php? |
In the src/ folder. |
It's not new, it is just part of the old index.php stuff. |
@DiegoPino @ruebot Updated with 4.5.1 root rdf and Jersey server headers, not that either are actually used....yet. |
…http/psr7-1.8.5 Bump guzzlehttp/psr7 from 1.7.0 to 1.8.5
Not sure about this, but I had to add the $app into a separate file which
return $app
or the WebTestCase doesn't initialize.So my solution is do that in
app.php
andindex.php
just includes it an$app->run()