Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Oct 16, 2020
2 parents 57b21c5 + 392f84f commit 8f85c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/tests/src/Unit/ExampleData.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

class exampleData {

static public function exampleResourceData() {
class exampleData
{
public static function exampleResourceData()
{
$resourceData = array();
$data = new \stdClass();
$data->id = 345;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/src/Unit/Object/ResourceObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testGetRepoID()
$this->assertNotEmpty(self::$object->getRepoID());
}

public function testGetRepoUrl()
public function testGetRepoUrl()
{
//$this->assertEmpty(self::$emptyObject->getRepoUrl());
$this->assertNotEmpty(self::$object->getRepoUrl());
Expand Down

0 comments on commit 8f85c69

Please sign in to comment.