Skip to content
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

Updates the frontend and adds the tests for https://github.com/hydephp/framework/pull/102 #84

Merged
merged 10 commits into from
Apr 11, 2022
Prev Previous commit
Next Next commit
Apply fixes from StyleCI
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Apr 11, 2022
commit 09a3ce12337816dc04307f0b7e55656ba07029a5
4 changes: 2 additions & 2 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
|--------------------------------------------------------------------------
| Site Language
|--------------------------------------------------------------------------
|
|
| This value sets the language of your site and is used for the
| <html lang=""> element in the app layout. Default is 'en'.
|
Expand All @@ -78,7 +78,7 @@
| for a list of tags and what what they are for.
|
*/

'meta' => [
// 'author' => 'Mr. Hyde',
// 'description' => 'My Hyde Blog',
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/DateStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DateStringTest extends TestCase
{
// Test it can parse a date string
// Test it can parse a date string
public function test_it_can_parse_date_string()
{
$dateString = new DateString('2020-01-01');
Expand Down