aboutsummaryrefslogtreecommitdiff
path: root/tests/jsonapi/NewsCreateTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsonapi/NewsCreateTest.php')
-rw-r--r--tests/jsonapi/NewsCreateTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/jsonapi/NewsCreateTest.php b/tests/jsonapi/NewsCreateTest.php
index eaf9dfd..b943c3f 100644
--- a/tests/jsonapi/NewsCreateTest.php
+++ b/tests/jsonapi/NewsCreateTest.php
@@ -47,7 +47,6 @@ class NewsCreateTest extends \Codeception\Test\Unit
$resourceObject = $document->primaryResource();
$this->tester->assertNotNull($resourceObject->attribute('title'));
$this->tester->assertNotNull($resourceObject->attribute('content'));
- $newsId = $news->id;
}
public function testShouldNotStudipNewsCreate()
@@ -116,7 +115,6 @@ class NewsCreateTest extends \Codeception\Test\Unit
$resourceObject = $document->primaryResource();
$this->tester->assertNotNull($resourceObject->attribute('title'));
$this->tester->assertNotNull($resourceObject->attribute('content'));
- $newsId = $news->id;
}
public function testShouldNotCourseNewsCreate()
@@ -160,7 +158,6 @@ class NewsCreateTest extends \Codeception\Test\Unit
$resourceObject = $document->primaryResource();
$this->tester->assertNotNull($resourceObject->attribute('title'));
$this->tester->assertNotNull($resourceObject->attribute('content'));
- $newsId = $news->id;
}
public function testShouldNotUserNewsCreate()