wantTo('Manage stations via API.'); $this->testCrudApi( $I, '/api/admin/stations', [ 'name' => 'Test Station', 'short_name' => 'test_station', ], [ 'name' => 'Modified Station', 'frontend_type' => FrontendAdapters::Shoutcast->value, ] ); } }